@sentio/sdk
    Preparing search index...

    Interface EventTrackingResult

    interface EventTrackingResult {
        attributes: undefined | { [key: string]: any };
        attributes2: undefined | RichStruct;
        distinctEntityId: string;
        message: string;
        metadata: undefined | RecordMetaData;
        noMetric: boolean;
        runtimeInfo: undefined | RuntimeInfo;
        severity: LogLevel;
    }
    Index

    Properties

    attributes: undefined | { [key: string]: any }
    attributes2: undefined | RichStruct
    distinctEntityId: string
    message: string
    metadata: undefined | RecordMetaData
    noMetric: boolean
    runtimeInfo: undefined | RuntimeInfo
    severity: LogLevel