@sentry/react
Advanced tools
Comparing version 7.84.0 to 7.85.0
@@ -32,3 +32,3 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
options.attachReduxState && | ||
browser.addGlobalEventProcessor((event, hint) => { | ||
browser.addEventProcessor((event, hint) => { | ||
try { | ||
@@ -35,0 +35,0 @@ // @ts-expect-error try catch to reduce bundle size |
@@ -1,2 +0,2 @@ | ||
import { addGlobalEventProcessor, configureScope, getClient } from '@sentry/browser'; | ||
import { addEventProcessor, configureScope, getClient } from '@sentry/browser'; | ||
import { addNonEnumerableProperty } from '@sentry/utils'; | ||
@@ -30,3 +30,3 @@ | ||
options.attachReduxState && | ||
addGlobalEventProcessor((event, hint) => { | ||
addEventProcessor((event, hint) => { | ||
try { | ||
@@ -33,0 +33,0 @@ // @ts-expect-error try catch to reduce bundle size |
{ | ||
"name": "@sentry/react", | ||
"version": "7.84.0", | ||
"version": "7.85.0", | ||
"description": "Official Sentry SDK for React.js", | ||
@@ -26,5 +26,5 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/browser": "7.84.0", | ||
"@sentry/types": "7.84.0", | ||
"@sentry/utils": "7.84.0", | ||
"@sentry/browser": "7.85.0", | ||
"@sentry/types": "7.85.0", | ||
"@sentry/utils": "7.85.0", | ||
"hoist-non-react-statics": "^3.3.2" | ||
@@ -31,0 +31,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
277565
+ Added@sentry-internal/feedback@7.85.0(transitive)
+ Added@sentry-internal/tracing@7.85.0(transitive)
+ Added@sentry/browser@7.85.0(transitive)
+ Added@sentry/core@7.85.0(transitive)
+ Added@sentry/replay@7.85.0(transitive)
+ Added@sentry/types@7.85.0(transitive)
+ Added@sentry/utils@7.85.0(transitive)
- Removed@sentry-internal/tracing@7.84.0(transitive)
- Removed@sentry/browser@7.84.0(transitive)
- Removed@sentry/core@7.84.0(transitive)
- Removed@sentry/replay@7.84.0(transitive)
- Removed@sentry/types@7.84.0(transitive)
- Removed@sentry/utils@7.84.0(transitive)
Updated@sentry/browser@7.85.0
Updated@sentry/types@7.85.0
Updated@sentry/utils@7.85.0