SongGuess
    Preparing search index...
    interface SpanContext {
        spanId?: string;
        traceFlags?: number;
        traceId: string;
    }
    Index

    Properties

    spanId?: string
    traceFlags?: number
    traceId: string