Skip to content

Commit

Permalink
feat: provide a toggle to enable discord integration (#2548)
Browse files Browse the repository at this point in the history
* feat: provide a toggle to enable discord integration

* chore: remove feature flag toggle
  • Loading branch information
aldy505 authored Nov 13, 2023
1 parent d161806 commit 73d71ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sentry/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,15 @@ transaction-events.force-disable-internal-project: true
# slack.signing-secret: <signing secret>
## If legacy-app is True use verfication-token instead of signing-secret
# slack.verification-token: <verification token>


#######################
# Discord Integration #
#######################

# Refer to https://develop.sentry.dev/integrations/discord/

# discord.application-id: "<application id>"
# discord.public-key: "<public key>"
# discord.client-secret: "<client secret>"
# discord.bot-token: "<bot token>"

0 comments on commit 73d71ad

Please sign in to comment.