pino-sentry
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -77,3 +77,2 @@ "use strict"; | ||
setImmediate(function () { | ||
console.log('error', error_1); | ||
Sentry.captureException(error_1); | ||
@@ -86,3 +85,2 @@ cb(); | ||
setImmediate(function () { | ||
console.log('message', message, severity); | ||
Sentry.captureMessage(message, severity); | ||
@@ -89,0 +87,0 @@ cb(); |
{ | ||
"name": "pino-sentry", | ||
"description": "@sentry/node transport for pino logger", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"author": "Andrew Avdeev <andrewww.avdeev@gmail.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -84,3 +84,2 @@ import stream from 'stream'; | ||
setImmediate(() => { | ||
console.log('error', error); | ||
Sentry.captureException(error); | ||
@@ -92,3 +91,2 @@ cb(); | ||
setImmediate(() => { | ||
console.log('message', message, severity); | ||
Sentry.captureMessage(message, severity); | ||
@@ -95,0 +93,0 @@ cb(); |
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
28705
356