captureStackTrace import { captureStackTrace } from "destack:error"; Capture a structured stack trace for the current Worker. export declare function captureStackTrace(options?: StackTraceOptions | undefined): readonly StackFrame[] language/library/src/error/stack.ds:55