Packages

A simple Airbrake/Errbit library for Elixir/Phoenix projects. Currently only supports error/exception notifications via a Plug.

Current section

Files

Jump to
airbrakify test test_helper.exs
Raw

test/test_helper.exs

ExUnit.start()
defmodule TestError do
defstruct data: ""
end