@dotcom-reliability-kit/log-error
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -75,3 +75,3 @@ const appInfo = require('@dotcom-reliability-kit/app-info'); | ||
const logMethod = logger[level] || logger.error; | ||
logMethod(logData); | ||
logMethod.call(logger, logData); | ||
} catch (/** @type {any} */ loggingError) { | ||
@@ -78,0 +78,0 @@ // We allow use of `console.log` here to ensure that critical |
{ | ||
"name": "@dotcom-reliability-kit/log-error", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A method to consistently log error object with optional request information", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"@dotcom-reliability-kit/app-info": "^2.1.0", | ||
"@dotcom-reliability-kit/logger": "^2.2.7", | ||
"@dotcom-reliability-kit/logger": "^2.2.8", | ||
"@dotcom-reliability-kit/serialize-error": "^2.1.0", | ||
@@ -23,0 +23,0 @@ "@dotcom-reliability-kit/serialize-request": "^2.2.0" |
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
14888