Discord Webhook Notifications
Introduced in v1.0.1-RELEASE, this integration can send discord webhooks whenever Sentry captures something.
In other words, whenever the plugin notifies admins, it will send the exact same notification to a custom Discord Webhook as well.
This is useful if you want to add an extra layer of care to your server and get notified on Discord along with the game.
Configuration
As every other Integration, it is located inside the integrations.yml file.
Settings
The settings section is where you can modify some values to suit your needs.
Firstly, you need to set the webhook-url
to your Discord Webhook link.
Creating and getting a Discord Webhook link
First, head to the discord channel where you want your notifications to be sent.
Click on edit channel
Go to "Integrations"

Click on the large blue button "Create Webhook"

Select your newly created Webhook
Customize it as much as you want. Sentry will use your Webhook profile options to send the notifications.
Click on the large grey button "Copy Webhook URL"

Go back to the integrations.yml file, and paste the URL inside the
webhook-url
Make sure you enabled the Discord integration.

Restart your server.
Default file & values
Last updated