raygun v0.4.0 API Reference

Modules

Send errors to Raygun. Errors can be captured in three different ways.

This module builds payloads of error messages that Raygun will understand. These functions return maps of data which will be encoding as JSON prior to submission to Raygun.

This provides a backend for Logger that will send any messages logged at :error to Raygun.

This plug is designed to wrap calls in a router (commonly in Phoenix) so that any exceptions will be sent to Raygun.

This wraps an agent used at compile time to save a function passed in by the router so it can be used before compiling the remaining macros.

This module contains utility functions for formatting particular pieces of stacktrace data into strings.