Skip to content

Commit 9a76abb

Browse files
committed
api
1 parent 7900d40 commit 9a76abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sentry/features/temporary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def register_temporary_features(manager: FeatureManager) -> None:
5050
manager.add("organizations:alert-allow-indexed", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
5151
# Enables flag for org specific runs on alerts comparison script for spans migration
5252
manager.add("organizations:alerts-timeseries-comparison", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
53-
# Enable AI-based issue detection for an organization (budget-paced scheduling)
54-
manager.add("organizations:ai-issue-detection", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
53+
# Enable AI-based issue detection for an organization
54+
manager.add("organizations:ai-issue-detection", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
5555
# Enable anomaly detection feature for EAP spans
5656
manager.add("organizations:anomaly-detection-eap", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
5757
# Enables the cron job to auto-enable codecov integrations.

0 commit comments

Comments
 (0)