sentry v4.0.3 API Reference
Modules
Send test even to check if Sentry configuration is correct
Provides the basic functionality to submit a Sentry.Event
to the Sentry Service
This module is the default client for sending an event to Sentry via HTTP
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
Specifies the API for using a custom HTTP Client
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
This module is responsible for providing functionality that stores the text of source files during compilation for displaying the source code that caused an exception
Provides basic utility functions