exsentry v0.2.1 API Reference
Modules
ExSentry is an Elixir interface to the Sentry error reporting platform
A GenServer which handles the capture of message/exception information
to Sentry. Not intended for end users’ direct usage; use ExSentry
as the primary interface instead
ExSentry.Model.Payload represents the entire request body of an HTTP POST request to Sentry
ExSentry.Model.Request represents an object adhering to the Sentry
request
interface
ExSentry.Model.Stacktrace represents an object adhering to the Sentry
stacktrace
interface
ExSentry.Model.User represents an object adhering to the Sentry
user
interface
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
A GenServer which handles the sending of a single Sentry request. Invoked from ExSentry.Client
Various utility functions that don’t fit anywhere else. Not intended for end users