Skip to main content
CreateTracingOptions - node__trace_events.d.ts - Node documentation
interface CreateTracingOptions

Usage in Deno

```typescript import { type CreateTracingOptions } from "node:node__trace_events.d.ts"; ```
> [!WARNING] Deno compatibility > This symbol is a non-functional stub.

Properties

categories: string[]
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.