-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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(sourcemaps): Remove feature flag for artifact bundles UI #52102
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #52102 +/- ##
==========================================
+ Coverage 77.16% 79.32% +2.16%
==========================================
Files 4901 4901
Lines 205077 205149 +72
Branches 35055 35073 +18
==========================================
+ Hits 158242 162732 +4490
+ Misses 41937 37456 -4481
- Partials 4898 4961 +63
|
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.
What about
sentry/src/sentry/features/__init__.py
Line 251 in 34b3834
default_manager.add("organizations:source-maps-debug-ids", OrganizationFeature, FeatureHandlerStrategy.REMOTE) |
Oh yeah, don't know why my IDE search didn't find it, thanks! |
This PR removes the feature flag used to control whether the artifact bundles UI was shown.