Skip to content

Commit

Permalink
feat(quick-start): Add new feature flag for the new updates (#79094)
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev authored Oct 15, 2024
1 parent 382209c commit c257ab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sentry/features/temporary.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ def register_temporary_features(manager: FeatureManager):
# Limit project events endpoint to only query back a certain number of days
manager.add("organizations:project-event-date-limit", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
manager.add("organizations:project-templates", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
# Enable the new quick start guide
manager.add("organizations:quick-start-updates", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
# Enable the new Related Events feature
manager.add("organizations:related-events", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
# Enable related issues feature
Expand Down

0 comments on commit c257ab6

Please sign in to comment.