From a74a0cb221a281bcf8ce4ee279e0f367092ae377 Mon Sep 17 00:00:00 2001 From: Mohamed Laradji Date: Sat, 9 May 2020 13:11:11 -0700 Subject: [PATCH] feat(slack-integration): add reference to guide (#484) This PR simply adds a reference to the guide for setting up the Slack integration. The url was obtained from [#249](https://github.com/getsentry/onpremise/issues/249#issuecomment-547117033). --- sentry/config.example.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sentry/config.example.yml b/sentry/config.example.yml index 5c1c43a..b75e911 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