Stackframe

Represents a single stackframe from a Throwable

Constructors

Link copied to clipboard
constructor(method: String?, file: String?, lineNumber: Number?, inProject: Boolean?, code: Map<String, String?>? = null, columnNumber: Number? = null)
constructor(nativeFrame: NativeStackframe)

Properties

Link copied to clipboard

Lines of the code surrounding the frame, where the lineNumber is the key (React Native only)

Link copied to clipboard

Identifies the exact build this frame originates from.

Link copied to clipboard

The column number of the frame (React Native only)

Link copied to clipboard
var file: String?

The location of the source file

Link copied to clipboard

The address of the instruction where the event occurred.

Link copied to clipboard

Whether the package is considered to be in your project for the purposes of grouping and readability on the Bugsnag dashboard. Project package names can be set in Configuration.projectPackages

Link copied to clipboard

Whether this frame identifies the program counter

Link copied to clipboard

The line number within the source file this stackframe refers to

Link copied to clipboard

The address of the library where the event occurred.

Link copied to clipboard

The name of the method that was being executed

Link copied to clipboard

The address of the function where the event occurred.

Link copied to clipboard

The type of the error

Functions

Link copied to clipboard
open override fun toStream(writer: JsonStream)