View Source RailSentry

Rail error reporter for Sentry

installation

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)