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

@sentry/react

Package Overview
Dependencies
Maintainers
11
Versions
407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/react - npm Package Compare versions

Comparing version 7.84.0 to 7.85.0

2

cjs/redux.js

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

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