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

    Interface TracedFetchOptions

    Options for traced fetch

    interface TracedFetchOptions {
        skipTracing?: boolean;
        spanName?: string;
    }
    Index

    Properties

    skipTracing?: boolean

    Whether to skip tracing for this request Useful for conditional tracing

    spanName?: string

    Custom span name. Defaults to "HTTP {method}"