From 27c0acdbba313a8e06269eb7bb627db9776198d0 Mon Sep 17 00:00:00 2001 From: Mohamed Laradji Date: Sat, 9 May 2020 10:12:55 -0700 Subject: [PATCH] feat(slack-integration): add reference to guide --- sentry/config.example.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sentry/config.example.yml b/sentry/config.example.yml index 5c1c43a0fe8..b75e911c549 100644 --- a/sentry/config.example.yml +++ b/sentry/config.example.yml @@ -89,3 +89,13 @@ transaction-events.force-disable-internal-project: true # privatekeyprivatekeyprivatekeyprivatekey # privatekeyprivatekeyprivatekeyprivatekey # -----END RSA PRIVATE KEY----- + +##################### +# Slack Integration # +##################### + +# Refer to https://forum.sentry.io/t/how-to-configure-slack-in-your-on-prem-sentry/3463 for setup instructions. + +# slack.client-id: <'client id'> +# slack.client-secret: +# slack.verification-token: \ No newline at end of file