From 9d44b99c5521239971a4be397fe68c9c3f0ac4f3 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 11 Jul 2020 02:10:05 +0800 Subject: [PATCH] fix(slack): Point to newer docs, better defaults (#571) * added new default going forward uncommented * added link to new guide * added support for new signing-secret * slight rejig to config --- sentry/config.example.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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