mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Improve debug logging related for client-side errors and sandbox crashes.
Summary: - Include docId when available for client-side error reporting - Distinguish sandbox crashes from forced exits Test Plan: Tested manually Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D3373
This commit is contained in:
@@ -576,6 +576,7 @@ export class FlexServer implements GristServer {
|
||||
const mreq = req as RequestWithLogin;
|
||||
log.rawWarn('client error', {
|
||||
event: req.body.event,
|
||||
docId: req.body.docId,
|
||||
page: req.body.page,
|
||||
browser: req.body.browser,
|
||||
org: mreq.org,
|
||||
|
||||
Reference in New Issue
Block a user