diff --git a/sentry/config.example.yml b/sentry/config.example.yml index 6edda6f..0e74ec5 100644 --- a/sentry/config.example.yml +++ b/sentry/config.example.yml @@ -94,10 +94,12 @@ transaction-events.force-disable-internal-project: true # Slack Integration # ##################### -# Refer to https://forum.sentry.io/t/how-to-configure-slack-in-your-on-prem-sentry/3463 for setup instructions. +# Refer to https://develop.sentry.dev/integrations/slack/ for setup instructions. # slack.client-id: <'client id'> # slack.client-secret: +# slack.signing-secret: +## If you made your slack bot before july 2020 set legacy-app to True +slack.legacy-app: False +## If legacy-app is True use verfication-token instead of signing-secret # slack.verification-token: -## only uncomment legacy-app if you made your slack bot after july 2020 -# slack.legacy-app: False \ No newline at end of file