mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 03:01:19 +00:00
added metrics to pack worker for archiving
This commit is contained in:
parent
76fe194815
commit
b343be844e
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ async = require "async"
|
|||
_ = require "underscore"
|
||||
{db, ObjectId, BSON} = require "./mongojs"
|
||||
fs = require "fs"
|
||||
Metrics = require "metrics-sharelatex"
|
||||
Metrics.initialize("track-changes")
|
||||
logger = require "logger-sharelatex"
|
||||
logger.initialize("track-changes-packworker")
|
||||
if Settings.sentry?.dsn?
|
||||
|
|
Loading…
Reference in a new issue