Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

balexand/oban_sentry_reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.