(core) Renaming installationId metadata for checkUpdateAPI telemetry endpoint.

Summary:
CheckUpdateAPI is now storing client's installation id in a new field called 'deploymentId'.
Previously it was using installationId which is reserved (and overriden) by the home server.

Test Plan: Existing and manual

Reviewers: paulfitz

Reviewed By: paulfitz

Subscribers: paulfitz

Differential Revision: https://phab.getgrist.com/D4268
This commit is contained in:
Jarosław Sadziński
2024-06-12 11:33:13 +02:00
parent f071d91a0a
commit 98176132b0
3 changed files with 15 additions and 4 deletions

View File

@@ -1746,7 +1746,7 @@ export const TelemetryContracts: TelemetryContracts = {
minimumTelemetryLevel: Level.limited,
retentionPeriod: 'indefinitely',
metadataContracts: {
installationId: {
deploymentId: {
description: 'The installation id of the client.',
dataType: 'string',
},