Skip to content

Commit 4460933

Browse files
colin-sentryandrewshie-sentry
authored andcommitted
chore(ourlogs): Add a feature flag for the graph (#89391)
1 parent 9d3e506 commit 4460933

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
@@ -506,6 +506,8 @@ def register_temporary_features(manager: FeatureManager):
506506
manager.add("organizations:ourlogs-ingestion", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
507507
# Enable our logs stats to be displayed in the UI.
508508
manager.add("organizations:ourlogs-stats", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
509+
# Ennble the graph in the logs UI.
510+
manager.add("organizations:ourlogs-graph", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
509511
# Enable updated form for 3p publishing flow
510512
manager.add("organizations:streamlined-publishing-flow", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
511513
# Enable per-project selection for Jira integration

0 commit comments

Comments
 (0)