mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) add user and docId to heartbeat logging
Summary: add user and docId to heartbeat logging Test Plan: checked manually Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2784
This commit is contained in:
@@ -274,6 +274,7 @@ export class GristWSConnection extends Disposable {
|
||||
this.send(JSON.stringify({
|
||||
beat: 'alive',
|
||||
url: G.window.location.href,
|
||||
docId: this._assignmentId,
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user