airbrake-mini-client
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "airbrake-mini-client", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A lightweight alternative to airbrake-js.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -7,3 +7,3 @@ var objectAssign = require('object-assign') | ||
name: 'airbrake-mini-client', | ||
version: '0.0.5', | ||
version: '0.0.6', | ||
url: 'https://github.com/tes/airbrake-mini-client' | ||
@@ -53,2 +53,3 @@ } | ||
objectAssign(payload.session, err.session || {}) | ||
objectAssign(payload.environment, err.environment || {}) | ||
} | ||
@@ -55,0 +56,0 @@ var filteredPayload = this._filter(payload) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13886
344