sentry_elixir v0.0.4 API Reference

Modules

Provides the basic functionality to submit a Sentry.Event to the Sentry Service

Provides basic HTTP client request and response handling for the Sentry API

Provides a method to store user, tags, and extra context when an event is reported. The contexts will be fetched and merged into the event

Provides an Event Struct as well as transformation of Logger entries into Sentry Events

To avoid sending requests to the Sentry API during periods of failure, we use a circuit breaker to update and check the health of the API. Currently, the fuse is configured to melt if the API returns unsuccessful responses 5 times within 5 seconds. Following a melt, the fuse will be reset and API attempts will be allowed again after a 30 second reset period

Provides a Logger backend for Sentry. This will automatically submit Error level Logger events to Sentry

Provides basic funcitonality to handle Plug.ErrorHandler

Provides basic utility functions