Skip to content

Commit a7c4049

Browse files
committed
setup raven
1 parent 4c7ae32 commit a7c4049

15 files changed

+376
-55
lines changed

config.js

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ exports = module.exports = {
55
HOST: process.env.AMQP_HOST || "localhost",
66
PORT: process.env.AMQP_PORT || "5672"
77
},
8+
SENTRY: {
9+
DSN: process.env.SENTRY_DSN || 'wont work'
10+
},
811
RUNBOX: {
912
DIR: process.env.RUNBOX_DIR || "/tmp/runbox"
1013
},

0 commit comments

Comments
 (0)