interface IInternal {
    agentVersion: string;
    sdkSrc: string;
    sdkVersion: string;
    snippetVer: string;
}

Properties

agentVersion: string

The SDK agent version.

sdkSrc: string

Identifies the source of the sdk script

sdkVersion: string

The SDK version used to create this telemetry item.

snippetVer: string

The Snippet version used to initialize the sdk instance, this will contain either undefined/null - Snippet not used '-' - Version and legacy mode not determined

- Version # of the snippet

#.l - Version # in legacy mode .l - No defined version, but used legacy mode initialization