RUM JavaScript API - 1.345.1
    Preparing search index...

    Interface ApiMismatchDetails

    Details describing an API mismatch reported via dynatrace.reportApiMismatch.

    interface ApiMismatchDetails {
        agentApiVersion: number | "unknown";
        reason: string;
        sdkMaxKnownApiVersion: number;
    }
    Index

    Properties

    agentApiVersion: number | "unknown"

    The agent's published apiVersion, or the literal "unknown" when it cannot be determined.

    reason: string

    A short machine-readable reason/kind for the mismatch (e.g. "newer-than-sdk"). Also used as the deduplication key for the emitted self-monitoring event.

    sdkMaxKnownApiVersion: number

    The maximum agent API version the caller (SDK) knows about.