Beignet API reference
    Preparing search index...

    Interface DevtoolsTraceContextInput

    Input accepted when creating devtools trace context.

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

    Properties

    parentSpanId?: string
    spanId?: string
    traceId?: string
    traceparent?: string