Skip to content

Commit e27605a

Browse files
suejung-sentryarmenzg
authored andcommitted
chore(prevent): Add prevent ai config feature flag (#98775)
Add feature flag for the Configuration functionality for Prevent AI relates to getsentry/sentry-options-automator#5088
1 parent cfcafdc commit e27605a

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
@@ -298,6 +298,8 @@ def register_temporary_features(manager: FeatureManager) -> None:
298298
manager.add("organizations:relay-playstation-ingestion", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
299299
# Enables Prevent AI in the Sentry UI
300300
manager.add("organizations:prevent-ai", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
301+
# Enables Prevent AI Configuration Page in the Sentry UI
302+
manager.add("organizations:prevent-ai-configure", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
301303
# Enables Prevent team Replay Assertions (Flows) POC
302304
manager.add("organizations:prevent-flows-poc", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
303305
# Enable profiling

0 commit comments

Comments
 (0)