diff --git a/src/sentry/conf/server.py b/src/sentry/conf/server.py index 0fa29ad11ffb3e..1ef78144edafa1 100644 --- a/src/sentry/conf/server.py +++ b/src/sentry/conf/server.py @@ -1356,7 +1356,7 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str: # Enable usage of customer domains on the frontend "organizations:customer-domains": False, # Allow disabling integrations when broken is detected - "organizations:slack-disable-on-broken": False, + "organizations:slack-fatal-disable-on-broken": False, # Allow disabling sentryapps when broken is detected "organizations:disable-sentryapps-on-broken": False, # Enable the 'discover' interface.