sentry v1.1.1 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

Use this if you’d like to capture all Error messages that the Plug handler might not. Simply set use_error_logger to true

Provides basic funcitonality to handle Plug.ErrorHandler

Provides basic utility functions