Merge pull request #5632 from overleaf/em-gcp-logging-web

Improve GCP logging for web

GitOrigin-RevId: 1198fab2e821a55563058171cfa435605216e337
This commit is contained in:
Eric Mc Sween
2021-11-02 09:03:22 +00:00
committed by Copybot
parent 99f5023d5a
commit 641b10cceb
129 changed files with 574 additions and 289 deletions
@@ -1,4 +1,4 @@
const logger = require('logger-sharelatex')
const logger = require('@overleaf/logger')
const UserActivateController = require('./UserActivateController')
const AuthenticationController = require('../../../../app/src/Features/Authentication/AuthenticationController')