getCurrentContext()
function getCurrentContext(): TraceContext | undefined;
Defined in: src/lib/logging/context.ts:162
Gets the current trace context, if any.
Returns
TraceContext | undefined
The current trace context or undefined if not in a traced context.