Skip to content

Commit

Permalink
Add Troubleshooting section to Discord docs (#7700)
Browse files Browse the repository at this point in the history
* Add Troubleshooting section

* Apply suggestions from code review

---------

Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
  • Loading branch information
spalmurray and vivianyentran committed Aug 29, 2023
1 parent dd27a12 commit 22c8fda
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/docs/product/accounts/early-adopter-features/discord/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,13 @@ All users in any Discord server with the Sentry bot can use the `/link` command
![Discord identity linking page](discord-identity-link-page.png)

To unlink your accounts, use the `/unlink` command. Follow the link and click "Unlink from Discord"

### Troubleshooting

#### Your channel ID isn't working in the alert creation wizard

If you're trying to create an alert with a Discord action and Sentry can't access the channel you've provided, please double-check the following:

- You are giving us a channel ID and not a channel name or something else. See [Configure](#configure) for more details.
- The channel you're trying to add is in the same server that is selected in the alert action.
- The bot has access to the channel you're trying to use. A quick way to verify this is to check whether you can find the bot in the desired channel's member list. If you do not see the bot in the list of users, you may need to update your Discord role and/or channel permissions to allow the bot access. See [Install](#install) for more details.

1 comment on commit 22c8fda

@vercel
Copy link

@vercel vercel bot commented on 22c8fda Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs-git-master.sentry.dev
sentry-docs.sentry.dev

Please sign in to comment.