RailSentry
Rail error reporter for Sentry
Installation
def deps do
[
{:rail_sentry, "~> 0.1.0"}
]
endConfig globally
config :rail, :error_reporter, RailSentryor only for current process.
Process.put(:rail_error_reporter, RailSentry)
Rail error reporter for Sentry
def deps do
[
{:rail_sentry, "~> 0.1.0"}
]
endConfig globally
config :rail, :error_reporter, RailSentryor only for current process.
Process.put(:rail_error_reporter, RailSentry)