AppSignal v1.9.3 Appsignal.Error View Source
Functions for extracting information from Elixir exceptions and Erlang errors.
Link to this section Summary
Link to this section Functions
Link to this function
metadata(exception)
View Source
metadata(exception)
View Source
metadata(Exception.t()) :: {String.t(), String.t()}
metadata(Exception.t()) :: {String.t(), String.t()}
Link to this function
normalize(error, stacktrace)
View Source
normalize(error, stacktrace)
View Source
normalize(any(), Exception.stactrace()) :: {Exception.t(), [String.t()]}
normalize(any(), Exception.stactrace()) :: {Exception.t(), [String.t()]}