IanMitchell / sentrydiscord.dev

Forward Sentry notifications to your Discord server
https://sentrydiscord.dev
MIT License
209 stars 22 forks source link

Not working #31

Closed seriaati closed 1 year ago

seriaati commented 1 year ago

I followed the steps and clicking the "test plugin" button in sentry WebHooks settings does send a message in the channel, but actual issues that occur in the projects don't get send to the channel through discord webhook, so I'm a bit confused.

IanMitchell commented 1 year ago

Hey! Sorry for the late response, was out on vacation. Hm this could be two things - either your project isn't sending them, or the application doesn't know how to parse them. Generally I find projects aren't configured to send notifications. Double check your notification settings are set to notify webhooks when new issues are discovered. A more in-depth guide on that is available in my Discord: https://discord.gg/ian (I should really work on putting this on the site lol)

wittjosiah commented 1 year ago

I had the same issue and needed to add legacy integrations to the alert notification rules to fix it image