Frame
import type { Frame } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";A frame in a stacktrace.
interface Frame {
address?: bigint;
blamed?: boolean;
column?: bigint;
file?: string;
library?: string;
line?: bigint;
offset?: bigint;
owner?: string;
symbol?: string;
}§Properties
§
address?: bigint
[src]The address in the binary image which contains the code. Present for native frames.
§
blamed?: boolean
[src]True when the Crashlytics analysis has determined that this frame is likely to be the cause of the error.