mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
add superstack for better stacktraces
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/// bookrc logging setup
|
||||
var log = require('book').default();
|
||||
require('superstack');
|
||||
|
||||
log.use(require('book-git')(__dirname));
|
||||
log.use(require('book-raven')(process.env.SENTRY_DSN));
|
||||
|
||||
@@ -24,7 +24,8 @@
|
||||
"express": "3.2.6",
|
||||
"makeup": "0.0.1",
|
||||
"enchilada": "0.3.0",
|
||||
"bouncy": "3.2.1"
|
||||
"bouncy": "3.2.1",
|
||||
"superstack": "0.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "1.6.0",
|
||||
|
||||
Reference in New Issue
Block a user