diff --git a/src/sentry/features/temporary.py b/src/sentry/features/temporary.py index 012ea84cb2abf1..cd488319e2a9e1 100644 --- a/src/sentry/features/temporary.py +++ b/src/sentry/features/temporary.py @@ -50,8 +50,8 @@ def register_temporary_features(manager: FeatureManager) -> None: manager.add("organizations:alert-allow-indexed", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Enables flag for org specific runs on alerts comparison script for spans migration manager.add("organizations:alerts-timeseries-comparison", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False) - # Enable AI-based issue detection for an organization (budget-paced scheduling) - manager.add("organizations:ai-issue-detection", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False) + # Enable AI-based issue detection for an organization + manager.add("organizations:ai-issue-detection", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Enable anomaly detection feature for EAP spans manager.add("organizations:anomaly-detection-eap", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Enables the cron job to auto-enable codecov integrations.