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