AppSignal v1.12.0 Appsignal.ErrorHandler View Source
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.
Link to this section Summary
Link to this section Functions
This function is deprecated. Use Appsignal.Error.metadata/1 instead..
Link to this function
handle_error(pid_or_transaction, error, stack, conn \\ %{})
View Sourcehandle_error( Appsignal.Transaction.t() | pid() | any(), any(), Exception.stacktrace(), map() ) :: :ok
This function is deprecated. Use Appsignal.Error.metadata/1 instead..
Link to this function
set_error(transaction, error, stack)
View Sourceset_error(Appsignal.Transaction.t(), any(), Exception.stacktrace()) :: Appsignal.Transaction.t()
Link to this function