Skip to content

Commit

Permalink
Merge branch 'release/v2.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Stein authored and Marc Stein committed Feb 9, 2019
2 parents 4c650cb + d9df652 commit 8f45798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/utils/log.js
Expand Up @@ -38,7 +38,7 @@ function RavenStream(raven) {

_.assign(record.err, {message: `${record.msg} (${record.err.message})`});

this.raven.captureException(record.err, options);
this.raven.captureException(record.err.message, options);
return next();
}
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@gfke/gfke-support",
"version": "2.1.2",
"version": "2.1.3",
"description": "Collection of services and utils for gfke applications",
"main": "lib/index.js",
"author": {
Expand Down

0 comments on commit 8f45798

Please sign in to comment.