Skip to content

Commit 108d1df

Browse files
authored
chore(dashboards): Register feature for auto sized Big Number widgets (#76205)
👋🏻
1 parent 9713e5c commit 108d1df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/features/temporary.py

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ def register_temporary_features(manager: FeatureManager):
6262
manager.add("organizations:api-keys", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, default=False, api_expose=True)
6363
# Rollout of the new API rate limits for organization events
6464
manager.add("organizations:api-organization_events-rate-limit-reduced-rollout", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
65+
# Enables auto-sized Big Number widgets in Dashboards
66+
manager.add("organizations:auto-size-big-number-widget", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
6567
# Enables the cron job to auto-enable codecov integrations.
6668
manager.add("organizations:auto-enable-codecov", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
6769
# Autofix use new strategy without codebase indexing

0 commit comments

Comments
 (0)