View Source DiscoLog.Stacktrace (disco_log v1.0.0-rc.2)

A struct that contains the information about the execution stack for a given occurrence of an exception.

Summary

Functions

Source of the error stack trace if it belongs to the given application.

Source of the error stack trace.

Types

t()

@type t() :: %DiscoLog.Stacktrace{lines: [DiscoLog.Stacktrace.Line.t()]}

Functions

app_source(stack, client_app, top_modules)

Source of the error stack trace if it belongs to the given application.

new(stack)

source(stack, client_app)

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.