bugsnag v2.1.1 Bugsnag
Link to this section Summary
Functions
Report the exception without waiting for the result of the Bugsnag API call.
Callback implementation for Application.start/2
.
Report the exception and wait for the result. Returns :ok
or {:error, reason}
.
Link to this section Functions
Link to this function
report(exception, opts \\ [])
Specs
Report the exception without waiting for the result of the Bugsnag API call.
(i.e. this might fail silently)
Link to this function
start(type, args)
Callback implementation for Application.start/2
.
Link to this function
sync_report(exception, opts \\ [])
Specs
Report the exception and wait for the result. Returns :ok
or {:error, reason}
.