Socket
Socket
Sign inDemoInstall

@sentry/integrations

Package Overview
Dependencies
Maintainers
12
Versions
385
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/integrations - npm Package Compare versions

Comparing version 7.74.2-alpha.1 to 7.75.0

2

cjs/transaction.js

@@ -27,3 +27,3 @@ Object.defineProperty(exports, '__esModule', { value: true });

processEvent(event) {
return this.processEvent(event);
return this.process(event);
}

@@ -30,0 +30,0 @@

@@ -25,3 +25,3 @@ /** Add node transaction to the event */

processEvent(event) {
return this.processEvent(event);
return this.process(event);
}

@@ -28,0 +28,0 @@

{
"name": "@sentry/integrations",
"version": "7.74.2-alpha.1",
"version": "7.75.0",
"description": "Pluggable integrations that can be used to enhance JS SDKs",

@@ -26,9 +26,9 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/core": "7.74.2-alpha.1",
"@sentry/types": "7.74.2-alpha.1",
"@sentry/utils": "7.74.2-alpha.1",
"@sentry/core": "7.75.0",
"@sentry/types": "7.75.0",
"@sentry/utils": "7.75.0",
"localforage": "^1.8.1"
},
"devDependencies": {
"@sentry/browser": "7.74.2-alpha.1",
"@sentry/browser": "7.75.0",
"chai": "^4.1.2"

@@ -35,0 +35,0 @@ },

Sorry, the diff of this file is not supported yet

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