/oban_sentry_reporter

Reports Oban job failures to Sentry.

Primary LanguageElixirMIT LicenseMIT

ObanSentryReporter

Package Documentation CI

Reports Oban job failures to Sentry.

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, "~> 1.0"}
  ]
end

That's it! As long as you've configured sentry then errors will be reported.