API Reference Sentry v9.0.0
modules
Modules
Provides functionality to store user, tags, extra, and breadcrumbs context when an event is reported.
The default implementation of the Sentry.EventFilter
behaviour.
Provides functions to create Sentry events from scratch, from exceptions, and so on.
A behaviour for filtering events to send to Sentry.
A behaviour for HTTP clients that Sentry can use.
The built-in HTTP client.
Top-level module for Sentry interfaces.
The struct for a single breadcrumb interface.
The struct for the exception interface.
The struct for the request interface.
The struct for the SDK interface.
The struct for the stacktrace interface.
The struct for the stacktrace frame to be used within exceptions.
Report Logger events like crashed processes to Sentry. To include in your
application, start this backend in your application start/2
callback
:logger
handler to report logged events to Sentry.
Provides basic functionality to handle and send errors occurring within Plug applications, including Phoenix.
This module adds Sentry context metadata during the request in a Plug application.
mix-tasks
Mix Tasks
Sends a test event to Sentry to check if your Sentry configuration is correct.