TraceOptionsOptions that control stack trace capture for tracing wrappers.
captureStackTrace can disable capture or provide a lazy stack string.
options
Source effect/Tracer.ts:2593 lines
export interface TraceOptions {
readonly TraceOptions.captureStackTrace?: boolean | LazyArg<string | undefined> | undefinedcaptureStackTrace?: boolean | import LazyArgLazyArg<string | undefined> | undefined
}Referenced by 6 symbols