We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db72916 commit 637591fCopy full SHA for 637591f
1 file changed
api/integrations/segment/segment.py
@@ -25,7 +25,7 @@ def generate_user_data(
25
feature_properties = {}
26
27
for feature_state in feature_states:
28
- value = feature_state.get_feature_state_value()
+ value = feature_state.get_feature_state_value(identity=identity)
29
feature_properties[feature_state.feature.name] = (
30
value if (feature_state.enabled and value) else feature_state.enabled
31
)
0 commit comments