Skip to main content
CreateTracingOptions.categories - Node documentation
property CreateTracingOptions.categories

Usage in Deno

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

An array of trace category names. Values included in the array are coerced to a string when possible. An error will be thrown if the value cannot be coerced.

Type

string[]