Skip to content

Commit fdd78fa

Browse files
billyvgcursoragent
andauthored
feat(release): Remove release-bubbles-ui feature flag (#93728)
The `organizations:release-bubbles-ui` feature flag registration was removed from `sentry/src/sentry/features/temporary.py`. This change was made as the feature is fully released and the flag is no longer needed. --------- Co-authored-by: Cursor Agent <[email protected]>
1 parent 09f9cdb commit fdd78fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,6 @@ def register_temporary_features(manager: FeatureManager):
303303
manager.add("organizations:related-issues", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
304304
# Enable the release details performance section
305305
manager.add("organizations:release-comparison-performance", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
306-
# Enable the new release bubbles UI on charts
307-
manager.add("organizations:release-bubbles-ui", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
308306
# Enable replay AI summaries
309307
manager.add("organizations:replay-ai-summaries", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
310308
# Enable version 2 of reprocessing (completely distinct from v1)

0 commit comments

Comments
 (0)