wsCategory top-level property
Implementation
final wsCategory = ISpectTraceCategory(
id: TraceCategoryIds.ws,
successKey: ISpectLogType.wsReceived.key,
errorKey: ISpectLogType.wsError.key,
secondaryKey: ISpectLogType.wsSent.key,
secondaryOperations: const {'send'},
);