Skip to content

Commit 75816d7

Browse files
DominikB2014claude
andauthored
feat(queue): Register insights-queue-dashboard-migration feature flag (#109332)
Register the `insights-queue-dashboard-migration` feature flag in the temporary features registry. This follows the same pattern as the existing insight module migration flags (web vitals, frontend overview, frontend assets) and will be used to gate the queue module's platformized prebuilt dashboard experience behind a Flagpole-controlled rollout. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 7216f52 commit 75816d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/features/temporary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ def register_temporary_features(manager: FeatureManager) -> None:
238238
manager.add("organizations:insights-web-vitals-dashboard-migration", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
239239
# Enable frontend overview dashboard on dashboards platform
240240
manager.add("organizations:insights-frontend-overview-dashboard-migration", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
241+
# Enable queue dashboard on dashboards platform
242+
manager.add("organizations:insights-queue-dashboard-migration", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
241243
# Enable frontend assets dashboard on dashboards platform
242244
manager.add("organizations:insights-frontend-assets-dashboard-migration", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
243245
# Enable Next.js frontend overview dashboard on dashboards platform

0 commit comments

Comments
 (0)