View Source ErrorTracker.Stacktrace (ErrorTracker v0.5.2)

An Stacktrace contains the information about the execution stack for a given occurrence of an exception.

Summary

Functions

Source of the error stack trace.

Types

t()

@type t() :: %ErrorTracker.Stacktrace{lines: term()}

Functions

new(stack)

source(stack)

Source of the error stack trace.

The first line matching the client application. If no line belongs to the current application, just the first line.