datadog-ux-utils Documentation - v1.0.0
    Preparing search index...
    interface ComponentMountEvent {
        t: "component_mount";
        ts: number;
        component: string;
        libVersion: string;
        route?: string;
        variant?: string;
        app?: string;
        env?: string;
    }
    Index

    Properties

    t: "component_mount"

    Event type discriminator

    ts: number

    Epoch timestamp (ms) when component mounted

    component: string

    Component name identifier (keep stable across versions)

    libVersion: string

    Library version pulled from getUxConfig().version

    route?: string

    Current route / pathname (best effort)

    variant?: string

    Optional variant (e.g. size, theme) for A/B style analysis

    app?: string

    App name from config

    env?: string

    Environment from config