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

GetWorkerStacktracesRequest

import type { GetWorkerStacktracesRequest } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Request to get worker stacktraces from debug capture.

interface GetWorkerStacktracesRequest {
workerId?: string;
}

§Properties

§
workerId?: string
[src]

The worker for which to get stacktraces. The returned stacktraces will be for the SDK harness running on this worker.