Skip to content

Commit 73d71ad

Browse files
authored
feat: provide a toggle to enable discord integration (#2548)
* feat: provide a toggle to enable discord integration * chore: remove feature flag toggle
1 parent d161806 commit 73d71ad

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sentry/config.example.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,15 @@ transaction-events.force-disable-internal-project: true
119119
# slack.signing-secret: <signing secret>
120120
## If legacy-app is True use verfication-token instead of signing-secret
121121
# 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

Comments
 (0)