Merge pull request #3331 from overleaf/csh-issue-3661-bump-agents

Update metrics module

GitOrigin-RevId: bdef141035f277ce4863f14f8a6e166d710b1111
This commit is contained in:
Christopher Hoskin
2020-10-30 08:10:50 +00:00
committed by Copybot
parent 46be87f7c5
commit 1e8598a8d9
62 changed files with 472 additions and 645 deletions

View File

@@ -22,7 +22,7 @@ describe('BetaProgramHandler', function() {
console: console
},
requires: {
'metrics-sharelatex': (this.logger = {
'@overleaf/metrics': (this.logger = {
inc: sinon.stub()
}),
'../User/UserUpdater': (this.UserUpdater = {