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
This commit is contained in:
parent
96889a6175
commit
9d44b99c55
@ -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: <client secret>
|
||||
# slack.signing-secret: <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: <verification token>
|
||||
## only uncomment legacy-app if you made your slack bot after july 2020
|
||||
# slack.legacy-app: False
|
Reference in New Issue
Block a user