API Reference Sentry v10.4.0

modules

Modules

Provides the functionality to submit events to Sentry.

A struct to represent an attachment.

This module represents the struct for a "check-in".

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 exception mechanism to be used within exceptions.

The struct for the message 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.

The struct for the thread interface.

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 capture and send errors occurring within Plug applications, including Phoenix.

A Plug for adding request context to Sentry events.

Utilities for testing Sentry reports.

mix-tasks

Mix Tasks

Packages source code for Sentry to use when reporting errors.

Sends a test event to Sentry to check if your Sentry configuration is correct.