Documentation
    Preparing search index...

    Type Alias TraceContextInjection

    Trace context injection option.

    See Connect RUM and Traces for further information.

    type TraceContextInjection = {
        ALL: "all";
        SAMPLED: "sampled";
    }
    Index

    Properties

    Properties

    ALL: "all" = 'all'
    SAMPLED: "sampled" = 'sampled'