detsys-ts
    Preparing search index...

    Type Alias DiagnosticEvent

    An event to send to the diagnostic endpoint of i.d.s.

    type DiagnosticEvent = {
        context: Record<string, unknown>;
        correlation: AnonymizedCorrelationHashes;
        event_name: string;
        facts: Record<string, string | boolean>;
        features: { [k: string]: string | boolean };
        timestamp: Date;
        uuid: UUID;
    }
    Index

    Properties

    context: Record<string, unknown>
    event_name: string
    facts: Record<string, string | boolean>
    features: { [k: string]: string | boolean }
    timestamp: Date
    uuid: UUID