Skip to content

Commit

Permalink
chore(data-secrecy): FF for Data Secrecy (#74749)
Browse files Browse the repository at this point in the history
Made FF for Data Secrecy, needed to expose in API since FE needs to have
access to render UI.
  • Loading branch information
iamrajjoshi authored Jul 23, 2024
1 parent b5ecab1 commit 1be2688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sentry/features/temporary.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ 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):
Expand Down

0 comments on commit 1be2688

Please sign in to comment.