Skip to content

Commit

Permalink
correctly send feature_flag_called events
Browse files Browse the repository at this point in the history
  • Loading branch information
andehen committed Dec 19, 2024
1 parent 8da095e commit a669c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/management/commands/generate_experiment_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ def handle(self, *args, **options):
event="$feature_flag_called",
timestamp=random_timestamp,
properties={
"$feature_flag_response": variant,
"$feature_flag": experiment_id,
f"$feature/{experiment_id}": variant,
},
)

Expand Down

0 comments on commit a669c95

Please sign in to comment.