exsentry v0.6.2 API Reference
Modules
ExSentry is an Elixir interface to the Sentry error reporting platform
ExSentry.LoggerBackend
is a backend for the Elixir Logger
app.
It captures all log messages above a given severity level (default :error
)
with ExSentry.capture_message
ExSentry.Plug is a Plug error handler which can be used to automatically intercept and report to Sentry any exceptions encountered by a Plug-based web application