We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d161806 commit 73d71adCopy full SHA for 73d71ad
sentry/config.example.yml
@@ -119,3 +119,15 @@ transaction-events.force-disable-internal-project: true
119
# slack.signing-secret: <signing secret>
120
## If legacy-app is True use verfication-token instead of signing-secret
121
# slack.verification-token: <verification token>
122
+
123
124
+#######################
125
+# Discord Integration #
126
127
128
+# Refer to https://develop.sentry.dev/integrations/discord/
129
130
+# discord.application-id: "<application id>"
131
+# discord.public-key: "<public key>"
132
+# discord.client-secret: "<client secret>"
133
+# discord.bot-token: "<bot token>"
0 commit comments