We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1990c commit 010846eCopy full SHA for 010846e
featureflags/analytics.py
@@ -107,7 +107,7 @@ def _send_data(self) -> None:
107
if event.target is not None and not event.target.anonymous:
108
target_attributes: List[KeyValue] = []
109
if not isinstance(event.target.attributes, Unset):
110
- for key, value in event.target.attributes:
+ for key, value in event.target.attributes.items():
111
target_attributes.append(KeyValue(key, value))
112
target_name = event.target.identifier
113
if event.target.name:
0 commit comments