mimiq
    Preparing search index...

    Interface ApplicationTelemetryEvent

    An application-owned event added to the evidence bundle. Mimiq records this event as supplied; it does not infer business semantics from browser traffic.

    interface ApplicationTelemetryEvent {
        data?: JsonValue;
        name: string;
        timestamp?: string;
    }
    Index
    data?: JsonValue
    name: string
    timestamp?: string