Implicit class to access magic column element created in STE
Captures browser-specific state recording the stack trace of a JS error.
Captures browser-specific state recording the stack trace of a JS error.
The state is stored as a magic field of the throwable, and will be used
by extract()
to create an Array[StackTraceElement].
Captures browser-specific state recording the current stack trace.
Captures browser-specific state recording the current stack trace.
The state is stored as a magic field of the throwable, and will be used
by extract()
to create an Array[StackTraceElement].
Extracts a stack trace from captured browser-specific stackdata.
Extracts a stack trace from captured browser-specific stackdata. If no stack trace state has been recorded, or if the state cannot be analyzed in meaningful way (because we don't know the browser), an empty array is returned.
Extracts a throwable's stack trace from captured browser-specific state.
Extracts a throwable's stack trace from captured browser-specific state. If no stack trace state has been recorded, or if the state cannot be analyzed in meaningful way (because we don't know the browser), an empty array is returned.
Conversions of JavaScript stack traces to Java stack traces.