Skip to content

Commit d76ed7f

Browse files
authored
flags(dashboards): create flag for http migration (#104458)
1 parent 83ad4de commit d76ed7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sentry/features/temporary.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,10 @@ def register_temporary_features(manager: FeatureManager) -> None:
282282
manager.add("organizations:performance-trace-explorer", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
283283
# Enable session health overview to dashboard platform migration
284284
manager.add("organizations:performance-session-health-dashboard-migration", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
285-
# Enable session health overview to dashboard platform migration
285+
# Enable queries module dashboard on dashboards platform
286286
manager.add("organizations:insights-queries-dashboard-migration", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
287+
# Enable http module dashboard on dashboards platform
288+
manager.add("organizations:insights-http-dashboard-migration", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
287289
# Enable sentry convention fields
288290
manager.add("organizations:performance-sentry-conventions-fields", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
289291
# Enable querying spans fields stats from comparative workflows project

0 commit comments

Comments
 (0)