Airbrake.Plug (airbrake_client v2.2.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.