We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7890b1 commit 93d4b55Copy full SHA for 93d4b55
src/sentry/features/temporary.py
@@ -83,8 +83,6 @@ def register_temporary_features(manager: FeatureManager):
83
# Enable release health widget in dashboards
84
manager.add("organizations:dashboards-rh-widget", OrganizationFeature, FeatureHandlerStrategy.REMOTE, api_expose=True)
85
manager.add("organizations:dashboards-span-metrics", OrganizationFeature, FeatureHandlerStrategy.OPTIONS, api_expose=False)
86
- # Enable data secrecy
87
- manager.add("organizations:data-secrecy", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
88
# Enable the dev toolbar PoC code for employees
89
manager.add("organizations:devtoolbar", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, default=False, api_expose=True)
90
# Delightful Developer Metrics (DDM):
0 commit comments