mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 23:37:19 +00:00
Add in metric to track client side error count
This commit is contained in:
parent
b55c469b91
commit
41f789a313
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ module.exports = class Router
|
|||
|
||||
webRouter.post '/error/client', (req, res, next) ->
|
||||
logger.warn err: req.body.error, meta: req.body.meta, "client side error"
|
||||
metrics.inc("client-side-error")
|
||||
res.sendStatus(204)
|
||||
|
||||
webRouter.get '*', ErrorController.notFound
|
Loading…
Reference in a new issue