Interface: TracingHookContext

Defined in: tracing/types.ts:357

Context passed to tracing hooks

Properties

manager

manager: TracingManagerInterface;

Defined in: tracing/types.ts:359

Tracing manager instance

sessionId

sessionId: string;

Defined in: tracing/types.ts:365

Session ID

spanContext?

optional spanContext?: SpanContext;

Defined in: tracing/types.ts:363

Current span context

traceId

traceId: string;

Defined in: tracing/types.ts:361

Current trace ID