Raygun.Plug

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

Source

Summary

__before_compile__(env)

Whenever an error occurs, capture the stacktrace and exception to send to Raygun

get_user(conn, env)

Functions

get_user(conn, env)
Source

Macros

__before_compile__(env)

Whenever an error occurs, capture the stacktrace and exception to send to Raygun.

Source