minilog-airbrake
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -59,3 +59,3 @@ var airbrake = require('airbrake'); | ||
if (this.options.errorThreshold > MinilogAirbrake.errorLevels[level]) { | ||
this.emit(name, level, args); //pass-through | ||
this.emit('item', name, level, args); //pass-through | ||
return; | ||
@@ -101,5 +101,5 @@ } | ||
this.emit(name, level, args); | ||
this.emit('item', name, level, args); | ||
}; | ||
module.exports = exports = MinilogAirbrake; |
{ | ||
"name": "minilog-airbrake", | ||
"description": "Backend log consumer for minilog that sends errors to airbrake", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10043
0