-
Notifications
You must be signed in to change notification settings - Fork 30
feat: Support for Sending Flag Decisions #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1. add flag to config. 2. add unit tests. 3. Get experiment id and campaign id in case of rollout.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can have all the things populated in metadata, and sometimes rule_key will be different from flag_key
'variation_id'=> '7721010009' | ||
'variation_id'=> '7721010009', | ||
'metadata'=> [ | ||
'flag_key' => 'test_experiment', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please have a different value for rule_key and flag_key
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, one nit comment
Summary
Test plan