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

Macros

__before_compile__(env)

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

Source