winston-transport-sentry-node
Advanced tools
Comparing version 2.7.1 to 2.8.0
@@ -85,3 +85,3 @@ "use strict"; | ||
const error = (_a = Object.values(info).find((value) => value instanceof Error)) !== null && _a !== void 0 ? _a : new ExtendedError(info); | ||
Sentry.captureException(error, { tags }); | ||
Sentry.captureException(error, { tags, level: sentryLevel }); | ||
return callback(); | ||
@@ -88,0 +88,0 @@ } |
{ | ||
"name": "winston-transport-sentry-node", | ||
"description": "@sentry/node transport for the winston v3 logger", | ||
"version": "2.7.1", | ||
"version": "2.8.0", | ||
"author": "Andrew Avdeev <andrewww.avdeev@gmail.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -103,3 +103,3 @@ import * as Sentry from "@sentry/node"; | ||
new ExtendedError(info); | ||
Sentry.captureException(error, { tags }); | ||
Sentry.captureException(error, { tags, level: sentryLevel }); | ||
@@ -106,0 +106,0 @@ return callback(); |
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
25902