use ring buffer for logging and include with error

This commit is contained in:
Ersun Warncke
2019-03-08 10:09:44 -04:00
parent 5a6e00e12b
commit 83597e8723
6 changed files with 615 additions and 724 deletions

View File

@@ -6,20 +6,20 @@
"type": "git",
"url": "http://github.com/sharelatex/logger-sharelatex.git"
},
"version": "1.6.0",
"version": "1.7.0",
"scripts": {
"test": "mocha test/**/*.js"
},
"dependencies": {
"bunyan": "1.5.1",
"raven": "^1.1.3",
"request": "^2.88.0"
"bunyan": "1.8.12",
"raven": "1.1.3",
"request": "2.88.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"chai": "4.2.0",
"mocha": "5.2.0",
"sandboxed-module": "2.0.3",
"sinon": "^7.2.3",
"sinon-chai": "^3.3.0"
"sinon": "7.2.3",
"sinon-chai": "3.3.0"
}
}