mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Add earliestDocCreatedAt to telemetry
Summary: This tracks the earliest document creation time, if any, for each site. Test Plan: Server tests. Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3991
This commit is contained in:
@@ -761,6 +761,10 @@ export const TelemetryContracts: TelemetryContracts = {
|
||||
description: 'A timestamp of the most recent update made to a site document.',
|
||||
dataType: 'date',
|
||||
},
|
||||
earliestDocCreatedAt: {
|
||||
description: 'A timestamp of the earliest non-deleted document creation time.',
|
||||
dataType: 'date',
|
||||
},
|
||||
},
|
||||
},
|
||||
tutorialProgressChanged: {
|
||||
|
||||
Reference in New Issue
Block a user