mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(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:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user