Skip to content

Commit 6c3b537

Browse files
authored
🔧 chore: add ff handler for slack refactor for uptime issues (#83591)
1 parent 3b77ec3 commit 6c3b537

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sentry/features/temporary.py

+3
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,9 @@ def register_temporary_features(manager: FeatureManager):
411411
# Add regression chart as image to slack message
412412
manager.add("organizations:slack-endpoint-regression-image", OrganizationFeature, FeatureHandlerStrategy.OPTIONS, api_expose=False)
413413
manager.add("organizations:slack-function-regression-image", OrganizationFeature, FeatureHandlerStrategy.OPTIONS, api_expose=False)
414+
# Enable new slack threads logic for uptime issues
415+
manager.add("organizations:slack-threads-refactor-uptime", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
416+
# Enable stacktrace processing caching
414417
manager.add("organizations:stacktrace-processing-caching", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
415418
# Enable SAML2 Single-logout
416419
manager.add("organizations:sso-saml2-slo", OrganizationFeature, FeatureHandlerStrategy.OPTIONS, api_expose=False)

0 commit comments

Comments
 (0)