diff --git a/src/sentry/features/temporary.py b/src/sentry/features/temporary.py index f61672ac4cb06d..8bf22a3834c2cf 100644 --- a/src/sentry/features/temporary.py +++ b/src/sentry/features/temporary.py @@ -110,6 +110,8 @@ def register_temporary_features(manager: FeatureManager) -> None: manager.add("organizations:dashboards-widget-builder-redesign", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Enable drilldown flow for dashboards manager.add("organizations:dashboards-drilldown-flow", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) + # Enable new timeseries visualization for dashboard widgets + manager.add("organizations:dashboards-widget-timeseries-visualization", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Data Secrecy manager.add("organizations:data-secrecy", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Data Secrecy v2 (with Break the Glass feature)