StackTraceSpan constructor

StackTraceSpan(
  1. StackTrace stackTrace
)

Renders a stack trace.

Typically used together with ErrorSpan to show both the error message and where it occurred.

Implementation

StackTraceSpan(this.stackTrace);