Add the AirbrakeEx.Plug to you web application Plug stack
to send all exceptions to airbrake
defmodule YourApp.Router do
use Phoenix.Router
use AirbrakeEx.Plug
# ...
end
Add the AirbrakeEx.Plug to you web application Plug stack
to send all exceptions to airbrake
defmodule YourApp.Router do
use Phoenix.Router
use AirbrakeEx.Plug
# ...
end