9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
function addCategories(categories: string): void;

Defined in: trace/index.d.ts:68

Adds categories to existing categories the module will trace.

Parameters

ParameterTypeDescription
categoriesstringThe comma-separated list of categories. If not specified all messages from all categories will be traced.

Returns

void