Packages
A simple Airbrake/Errbit library for Elixir/Phoenix projects. Currently only supports error/exception notifications via a Plug.
Current section
Files
Jump to
Current section
Files
test/test_helper.exs
ExUnit.start()
defmodule TestError do
defstruct data: ""
end