Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions src/sentry/features/temporary.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
manager.add("organizations:view-hierarchies-options-dev", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable equations feature on the new explore page
manager.add("organizations:visibility-explore-equations", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable equations feature in dashboards
manager.add("organizations:visibility-dashboards-equations", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable an async queue for dashboard widget queries
manager.add("organizations:visibility-dashboards-async-queue", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable the new explore page
Expand Down Expand Up @@ -673,8 +671,6 @@ def register_temporary_features(manager: FeatureManager) -> None:

# Enable feature flag to send expanded sentry apps webhooks (issue.created for all group categories)
manager.add("organizations:expanded-sentry-apps-webhooks", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
# Enable using paginated projects endpoint for Jira integration
manager.add("organizations:jira-paginated-projects", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
# Enable single trace summary
manager.add("organizations:single-trace-summary", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable seeing upsell modal when clicking upgrade for multi-org
Expand Down Expand Up @@ -750,11 +746,3 @@ def register_temporary_features(manager: FeatureManager) -> None:
FeatureHandlerStrategy.FLAGPOLE,
api_expose=False,
)

# Control access to a new debug files role management
manager.add(
"organizations:debug-files-role-management",
OrganizationFeature,
FeatureHandlerStrategy.FLAGPOLE,
api_expose=True,
)
Loading