IanMitchell / sentrydiscord.dev

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

If there is no exception key in payload it returns 500 "key is not defined" #14

Closed madmax closed 2 years ago

madmax commented 2 years ago

Sentry allow logging error messages without exceptions. For example:

Sentry.captureMessage("Something went wrong");

Webhook data will not include event.exception key and sentrydiscord.dev will return 500.

IanMitchell commented 2 years ago

Well that's not good lol. Do you happen to have an example payload Sentry sends for that message?