Skip to content

Commit c42e06b

Browse files
roggenkemperclaude
andcommitted
feat(issue-detection): Register ai-issue-detection feature flag
Add `organizations:ai-issue-detection` FlagPole flag for gating budget-paced AI issue detection scheduling per organization. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5910df7 commit c42e06b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/features/temporary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +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)
5355
# Enable anomaly detection feature for EAP spans
5456
manager.add("organizations:anomaly-detection-eap", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
5557
# Enables the cron job to auto-enable codecov integrations.

0 commit comments

Comments
 (0)