Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StackFrames

import type { StackFrames } from "https://googleapis.deno.dev/v1/cloudtrace:v2.ts";

A collection of stack frames, which can be truncated.

interface StackFrames {
droppedFramesCount?: number;
frame?: StackFrame[];
}

§Properties

§
droppedFramesCount?: number
[src]

The number of stack frames that were dropped because there were too many stack frames. If this value is 0, then no stack frames were dropped.

§
frame?: StackFrame[]
[src]

Stack frames in this call stack.