@sentry/integrations
Advanced tools
Comparing version 7.74.2-alpha.1 to 7.75.0
@@ -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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
276448
+ Added@sentry/core@7.75.0(transitive)
+ Added@sentry/types@7.75.0(transitive)
+ Added@sentry/utils@7.75.0(transitive)
- Removed@sentry/core@7.74.2-alpha.1(transitive)
- Removed@sentry/types@7.74.2-alpha.1(transitive)
- Removed@sentry/utils@7.74.2-alpha.1(transitive)
Updated@sentry/core@7.75.0
Updated@sentry/types@7.75.0
Updated@sentry/utils@7.75.0