diff --git a/src/sentry/features/temporary.py b/src/sentry/features/temporary.py index 6e1b17551f3c65..e9b0517c88cb26 100644 --- a/src/sentry/features/temporary.py +++ b/src/sentry/features/temporary.py @@ -83,8 +83,6 @@ def register_temporary_features(manager: FeatureManager): # Enable release health widget in dashboards manager.add("organizations:dashboards-rh-widget", OrganizationFeature, FeatureHandlerStrategy.REMOTE, api_expose=True) manager.add("organizations:dashboards-span-metrics", OrganizationFeature, FeatureHandlerStrategy.OPTIONS, api_expose=False) - # Enable data secrecy - manager.add("organizations:data-secrecy", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Enable the dev toolbar PoC code for employees manager.add("organizations:devtoolbar", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, default=False, api_expose=True) # Delightful Developer Metrics (DDM):