airbrakex v0.1.0 Airbrakex.Plug
You can plug Airbrakex.Plug
in your web application Plug stack to send all exception to airbrake
defmodule YourApp.Router do
use Phoenix.Router
use Airbrakex.Plug
# ...
end
You can plug Airbrakex.Plug
in your web application Plug stack to send all exception to airbrake
defmodule YourApp.Router do
use Phoenix.Router
use Airbrakex.Plug
# ...
end