getsentry / sentry-elixir

The official Elixir SDK for Sentry (sentry.io)
https://sentry.io
MIT License
627 stars 185 forks source link

Support non-exception error values from Oban jobs #807

Closed savhappy closed 1 month ago

savhappy commented 1 month ago

-added capture_message to handle_event in Sentry.Integrations.Oban.ErrorReporter to account for non-exception args that are passed

-closes #805

savhappy commented 1 month ago

@whatyouhide updated with your feedback! Yeah, I assumed that error message was not up to code 😆 . This restructure feels better