From d9f551cc8e82ffe8e3051ceaa6d4036c25a7a35f Mon Sep 17 00:00:00 2001 From: Dan Fuller Date: Fri, 17 Apr 2026 18:03:59 -0700 Subject: [PATCH] ref(flags): Remove organizations:continuous-profiling-beta-ui (registration) The flag scanner classified this as flagpole-disabled. The frontend consumers were removed in the companion static/ PR. This PR removes the registration in temporary.py. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/sentry/features/temporary.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sentry/features/temporary.py b/src/sentry/features/temporary.py index 83c6cedf3fe8c0..9c3bbf67e5ecbe 100644 --- a/src/sentry/features/temporary.py +++ b/src/sentry/features/temporary.py @@ -64,8 +64,6 @@ def register_temporary_features(manager: FeatureManager) -> None: manager.add("organizations:code-review-experiments-enabled", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False) # Enable continuous profiling manager.add("organizations:continuous-profiling", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) - # Enabled ui for beta orgs - manager.add("organizations:continuous-profiling-beta-ui", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Display profile durations on the stats page manager.add("organizations:continuous-profiling-stats", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=True) # Enable the ingestion of profile functions metrics into EAP