add superstack for better stacktraces

This commit is contained in:
Roman Shtylman
2013-11-10 00:13:42 -05:00
parent af2c727b41
commit 2bbf98c24c
2 changed files with 3 additions and 1 deletions

View File

@@ -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));

View File

@@ -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",