raygun v0.0.13
Modules summary
Raygun | Send errors to Raygun. Errors can be captured in three different ways |
Raygun.Format | 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 |
Raygun.Logger | This provides a backend for Logger that will send any messages logged at :error to Raygun |
Raygun.Plug | This plug is designed to wrap calls in a router (commonly in Phoenix) so that any exceptions will be sent to Raygun |
Raygun.Util | This module contains utility functions for formatting particular pieces of stacktrace data into strings |