Airbrake.Plug (airbrake v0.8.0)
Reports any error encountered in the plug pipeline.
To use this plug, add it to your router:
defmodule YourApp.Router do
use Phoenix.Router
use Airbrake.Plug
# ...
end
See the README for configuration options.
Reports any error encountered in the plug pipeline.
To use this plug, add it to your router:
defmodule YourApp.Router do
use Phoenix.Router
use Airbrake.Plug
# ...
end
See the README for configuration options.