Semparse Docs
SDK Reference@workspace/semparse-sdk-coreType aliases

Type Alias: SemparseTraceContext

@workspace/semparse-sdk-core


@workspace/semparse-sdk-core / SemparseTraceContext

Type Alias: SemparseTraceContext

SemparseTraceContext = SemparseContext & object

Trace and span metadata associated with an event.

Type Declaration

op?

optional op: string

parent_span_id?

optional parent_span_id: string

sampled?

optional sampled: boolean

span_id?

optional span_id: string

status?

optional status: string

trace_id?

optional trace_id: string

On this page