Raygun.Logger
This provides a backend for Logger that will send any messages logged at :error to Raygun.
Summary
handle_call(msg, state) | Our module doesn’t require any custom configuration, so just return the state |
handle_event(arg1, state) | Match any errors that are logged. Send them on to Raygun |
Functions
Our module doesn’t require any custom configuration, so just return the state.
Match any errors that are logged. Send them on to Raygun.