Libraries
    Preparing search index...

    Interface ClientTracingInfo

    Information passed to the enrichSpan hook.

    interface ClientTracingInfo {
        endpoint?: ClientTracingEndpointMeta;
        headers: Record<string, string>;
        method: string;
        url: string;
    }
    Index

    Properties

    headers: Record<string, string>
    method: string
    url: string