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

winston-transport-sentry-node

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

winston-transport-sentry-node - npm Package Compare versions

Comparing version 2.7.1 to 2.8.0

2

dist/transport.js

@@ -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

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