Beignet API reference
    Preparing search index...

    Interface DevtoolsTraceContext

    Devtools trace context used to correlate related events.

    interface DevtoolsTraceContext {
        parentSpanId?: string;
        spanId: string;
        traceId: string;
        traceparent: string;
    }
    Index

    Properties

    parentSpanId?: string

    Parent span ID when available.

    spanId: string

    Current span ID.

    traceId: string

    W3C trace ID.

    traceparent: string

    W3C traceparent header value.