-
Notifications
You must be signed in to change notification settings - Fork 517
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
Moved adding of flags
context into Scope
#3917
Moved adding of flags
context into Scope
#3917
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## master #3917 +/- ##
==========================================
- Coverage 80.19% 80.16% -0.03%
==========================================
Files 140 139 -1
Lines 15412 15400 -12
Branches 2593 2596 +3
==========================================
- Hits 12360 12346 -14
- Misses 2207 2208 +1
- Partials 845 846 +1
|
@cmanallen with this refactoring the I think this is a cleaner approach. |
@antonpirker That integration hasn't made it to a release yet so no ones using it! Totally fine to remove it. |
…ns (#12300) This PR re-publishes them and - fixes Unleash sample code (need to call `initialize_client()`) and versioning. - moves python generic docs, after changing it from an integration to an API: getsentry/sentry-python#3917 --------- Co-authored-by: Anton Pirker <[email protected]>
Using an error_processor to read data from the scope to add to the event is an anti-pattern. Moving this into
Scope.apply_to_event()
.This PR:
Scope
classadd_feature_flag()
function fromsentry_sdk.integrations.feature_flags
intosentry_sdk.feature_flags
This PR needs an update to this documentation PR: getsentry/sentry-docs#12300