pino-sentry
Advanced tools
Comparing version 0.13.0 to 0.14.0
@@ -133,4 +133,5 @@ "use strict"; | ||
this.extraAttributeKeys.forEach((key) => { | ||
if (chunk[key] !== undefined) { | ||
extra[key] = chunk[key]; | ||
const value = get(chunk, key); | ||
if (value !== undefined) { | ||
extra[key] = value; | ||
} | ||
@@ -137,0 +138,0 @@ }); |
@@ -60,3 +60,3 @@ { | ||
}, | ||
"version": "0.13.0" | ||
"version": "0.14.0" | ||
} |
Sorry, the diff of this file is not supported yet
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
40663
376