@karmaniverous/aws-xray-tools
    Preparing search index...

    Type Alias XrayState

    Materialized X-Ray state for diagnostics and DX.

    Note: enabled reflects the effective runtime decision after applying the configured mode and checking daemon configuration.

    type XrayState = {
        daemonAddress?: string;
        enabled: boolean;
        mode: XrayMode;
    }
    Index

    Properties

    daemonAddress?: string

    Daemon address used when capture is enabled (if available).

    enabled: boolean

    Whether capture is enabled for the effective client instance.

    mode: XrayMode

    Capture mode configured for initialization.