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.


First, head to the discord channel where you want your notifications to be sent.

  1. Click on edit channel

  2. Go to "Integrations"

  1. Click on the large blue button "Create Webhook"

  1. Select your newly created Webhook

  2. Customize it as much as you want. Sentry will use your Webhook profile options to send the notifications.

  3. Click on the large grey button "Copy Webhook URL"

  1. Go back to the integrations.yml file, and paste the URL inside the webhook-url

  2. Make sure you enabled the Discord integration.

  1. Restart your server.


Default file & values

Default file & values

Last updated