-
Notifications
You must be signed in to change notification settings - Fork 142
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
✨ [RUM-4287] Enable feature flags API #2728
Conversation
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
Bundles Sizes Evolution
🚀 CPU Performance
|
e418d05
to
4092b36
Compare
4092b36
to
09e87f5
Compare
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.
🎉
Looks like the docs need to be updated, as they still say the flag should be added to config. |
Good catch! It's being worked on :) DataDog/documentation#25073 (comment) |
Motivation
This PR enables sending feature flags with the API introduced in #2096
Changes
Remove the
feature_flags
experimental flag.Testing
I have gone over the contributing documentation.