RUM powered by Grail JavaScript API - 1.327.2
    Preparing search index...

    Enumeration TraceContextHintConst

    Index

    Enumeration Members

    CROSS_ORIGIN: "cross_origin"

    Trace context headers will not be set because the request is a cross-origin request.

    DISABLED: "disabled"

    Trace context headers will not be set because they are disabled via configuration flag.

    EXCLUDED: "excluded"

    Trace context headers will not be set because they are excluded via block-list configuration flag.

    FROM_SERVER: "from_server"

    Indicator for our sent event that the trace.id is not generated, but comes from the server

    INCLUDED: "included"

    Trace context headers will be set because they are either cross-origin or non-http, and are included via allow-list configuration flag.

    NOT_HTTP: "not_http"

    Trace context headers will not be set because the request URL protocol is not http or https. Use the allow-list configuration flag to include such requests nevertheless.

    NOT_SET: "not_set"

    Trace id can't be set because neither we generated on, nor we got one from the server

    SET: "set"

    Trace context headers will be set because the request is a same-origin request with ah http or https protocol.