-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat(flags): document python UnleashIntegration #12216
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will increase total bundle size by 210 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
|
||
## Verify | ||
|
||
The integration is tested by evaluating a feature flag using your Unleash SDK before capturing an exception. |
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.
The integration is tested by evaluating a feature flag using your Unleash SDK before capturing an exception. | |
Test the integration by evaluating a feature flag using your Unleash SDK before capturing an exception. |
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.
This would apply to other python FF docs too
Visit the Sentry website and confirm that your error event has recorded the feature flag "test-flag", and its value | ||
is equal to `test_flag_enabled`. |
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.
a link into /issues would be good here.
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.
Same as above, this would apply to other python FF docs too
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.
Thanks for updating! These changes look good, I've set this to 'draft' so we don't publish while it still has the 'TODO'.
Co-authored-by: Colton Allen <[email protected]>
* feat(flags): document python UnleashIntegration * ref versioning note * Reword note on get_variant * get_variant example * import os * Move to integrations folder * Add to integrations index * Review comments * Update docs/platforms/python/integrations/unleash/index.mdx Co-authored-by: Colton Allen <[email protected]> * Fix merge conflict * Remove unnecessary documentation of unleash client initialization * Remove os import * Add unleash imports --------- Co-authored-by: Anton Pirker <[email protected]> Co-authored-by: Colton Allen <[email protected]> Co-authored-by: Colton Allen <[email protected]>
Documents getsentry/sentry-python#3888
Ref https://github.com/getsentry/team-replay/issues/514