View Source Tower.Reporter behaviour (Tower v0.1.0)
Summary
Callbacks
Reports an exception.
Callbacks
@callback report_exception(exception :: Exception.t(), stacktrace :: list()) :: :ok
Reports an exception.
@callback report_exception( exception :: Exception.t(), stacktrace :: list(), metadata :: map() ) :: :ok