Skip to content

Commit

Permalink
ref(quick-start): Remove not used feature flag (#83001)
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev authored Jan 8, 2025
1 parent 4651f5a commit 6bce634
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/sentry/features/temporary.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,6 @@ def register_temporary_features(manager: FeatureManager):
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=True)
# Enable new small design changes for the quick start guide GA
manager.add("organizations:quick-start-updates-ga", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, default=True, api_expose=True)
# Enable the new Related Events feature
manager.add("organizations:related-events", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
# Enable related issues feature
Expand Down
1 change: 0 additions & 1 deletion tests/sentry/api/serializers/test_organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def test_simple(self):
"minute-resolution-sessions",
"new-page-filter",
"open-membership",
"quick-start-updates-ga",
"relay",
"shared-issues",
"session-replay-ui",
Expand Down

0 comments on commit 6bce634

Please sign in to comment.