Skip to content

InstallationInfo

InstallationInfo = object

Defined in: sdks/js/agent-sdk/src/debug/log.ts:94

Registration details for the client’s inbox and installation.

installationId: string

Defined in: sdks/js/agent-sdk/src/debug/log.ts:98

This client’s installation ID.


isMostRecent: boolean

Defined in: sdks/js/agent-sdk/src/debug/log.ts:102

Whether this client is the newest registered installation.


mostRecentInstallationId: null | string

Defined in: sdks/js/agent-sdk/src/debug/log.ts:100

ID of the newest registered installation, or null if none is found.


totalInstallations: number

Defined in: sdks/js/agent-sdk/src/debug/log.ts:96

Number of registered installations in the inbox.