diff --git a/sentry/config.example.yml b/sentry/config.example.yml index ae6462dd62..10f5c8c16f 100644 --- a/sentry/config.example.yml +++ b/sentry/config.example.yml @@ -119,3 +119,15 @@ transaction-events.force-disable-internal-project: true # slack.signing-secret: ## If legacy-app is True use verfication-token instead of signing-secret # slack.verification-token: + + +####################### +# Discord Integration # +####################### + +# Refer to https://develop.sentry.dev/integrations/discord/ + +# discord.application-id: "" +# discord.public-key: "" +# discord.client-secret: "" +# discord.bot-token: ""