@grand-board/otel-cloudflare - v6.11.0
    Preparing search index...

    Interface TraceContext

    W3C Trace Context format: 00-{traceId}-{spanId}-{flags}

    interface TraceContext {
        flags: string;
        spanId: string;
        traceId: string;
        version: string;
    }
    Index

    Properties

    flags: string
    spanId: string
    traceId: string
    version: string