Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pino-sentry

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-sentry - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

dist/transport.js

@@ -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();

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc