autoBreadcrumbs

This commit is contained in:
Brandon Keepers 2017-04-08 12:21:37 -05:00
parent f8ac99d674
commit 85ad97d5d6
No known key found for this signature in database
GPG Key ID: F9533396D5FACBF6
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ module.exports = options => {
if (process.env.SENTRY_URL) {
Raven.config(process.env.SENTRY_URL, {
captureUnhandledRejections: true
captureUnhandledRejections: true,
autoBreadcrumbs: true
}).install({});
logger.addStream(sentryStream(Raven));