Tracing.disable - Node documentation
method Tracing.disable

Usage in Deno

import { type Tracing } from "node:trace_events";
Tracing.disable(): void

Disables this Tracing object.

Only trace event categories not covered by other enabled Tracing objects and not specified by the --trace-event-categories flag will be disabled.

Return Type

void