@sentry/react
Advanced tools
Comparing version 7.83.0 to 7.84.0
@@ -144,4 +144,4 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
: branch.length | ||
? branch[branch.length - 1].match // use parent match | ||
: computeRootMatch(pathname); // use default "root" match | ||
? branch[branch.length - 1].match // use parent match | ||
: computeRootMatch(pathname); // use default "root" match | ||
@@ -148,0 +148,0 @@ if (match) { |
@@ -125,4 +125,4 @@ import { WINDOW } from '@sentry/browser'; | ||
: branch.length | ||
? branch[branch.length - 1].match // use parent match | ||
: computeRootMatch(pathname); // use default "root" match | ||
? branch[branch.length - 1].match // use parent match | ||
: computeRootMatch(pathname); // use default "root" match | ||
@@ -129,0 +129,0 @@ if (match) { |
{ | ||
"name": "@sentry/react", | ||
"version": "7.83.0", | ||
"version": "7.84.0", | ||
"description": "Official Sentry SDK for React.js", | ||
@@ -26,5 +26,5 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/browser": "7.83.0", | ||
"@sentry/types": "7.83.0", | ||
"@sentry/utils": "7.83.0", | ||
"@sentry/browser": "7.84.0", | ||
"@sentry/types": "7.84.0", | ||
"@sentry/utils": "7.84.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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
277613
+ Added@sentry-internal/tracing@7.84.0(transitive)
+ Added@sentry/browser@7.84.0(transitive)
+ Added@sentry/core@7.84.0(transitive)
+ Added@sentry/replay@7.84.0(transitive)
+ Added@sentry/types@7.84.0(transitive)
+ Added@sentry/utils@7.84.0(transitive)
- Removed@sentry-internal/tracing@7.83.0(transitive)
- Removed@sentry/browser@7.83.0(transitive)
- Removed@sentry/core@7.83.0(transitive)
- Removed@sentry/replay@7.83.0(transitive)
- Removed@sentry/types@7.83.0(transitive)
- Removed@sentry/utils@7.83.0(transitive)
Updated@sentry/browser@7.84.0
Updated@sentry/types@7.84.0
Updated@sentry/utils@7.84.0