AppSignal v0.0.1 Appsignal.ErrorHandler

Error handler which sends all crash reports to the Appsignal backend.

When you add :appsignal to your application’s dependencies, this error logger will automatically be installed. All processes that are supervised, like GenServers, Tasks, Agents, Supervisored will be monitored for crashes. In the case of a crash, the Appsignal error handler collects error information and sends it to the backend.

Summary

Functions

Given an error report, retrieve the reason and the stack trace

Functions

get_last_transaction()
match_event(arg1)

Specs

match_event(term) :: {pid, atom, list} | :nomatch

Given an error report, retrieve the reason and the stack trace.