View Source ObanSentryReporter
Reports Oban job failures to Sentry.
installation
Installation
The package can be installed by adding oban_sentry_reporter
to your list of dependencies in mix.exs
:
def deps do
[
{:oban_sentry_reporter, "~> 0.1"}
]
end
That's it! As long as you've configured sentry then errors will be reported.