Tracing.disable - Node documentation
method Tracing.disable

Usage

import { type Tracing } from "node:trace_events";

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