Skip to content

Commit 4d4c0a1

Browse files
gggritsoclaude
andauthored
ref(dashboards): remove dashboards-categorical-bar-charts flag declaration (#109897)
Remove the `organizations:dashboards-categorical-bar-charts` flag declaration from `temporary.py`. The feature has been fully rolled out via flagpole. This PR removes the backend flag declaration. Companion PRs: - Frontend (feature check removal): #109896 - sentry-options-automator (flag definition removal): getsentry/sentry-options-automator#6696 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f3d35d1 commit 4d4c0a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
7676
manager.add("organizations:daily-summary", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
7777
# Enables read only dashboards
7878
manager.add("organizations:dashboards-basic", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True, default=True)
79-
# Enable categorical bar charts for dashboards
80-
manager.add("organizations:dashboards-categorical-bar-charts", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
8179
# Enables custom editable dashboards
8280
manager.add("organizations:dashboards-edit", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True, default=True)
8381
# Enables favourite and duplicate controls for prebuilt dashboards

0 commit comments

Comments
 (0)