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

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

Check if category is already set in trace module.

Parameters

ParameterTypeDescription
categorystringThe category to check.

Returns

boolean