Skip to content

jechol/rail_sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RailSentry

Rail error reporter for Sentry

Installation

def deps do
  [
    {:rail_sentry, "~> 0.1.0"}
  ]
end

Config globally

config :rail, :error_reporter, RailSentry

or only for current process.

Process.put(:rail_error_reporter, RailSentry)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages