View Source ErrorTracker.Stacktrace (ErrorTracker v0.4.0)

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

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

Functions

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.