@sentry/react
Advanced tools
Comparing version
@@ -123,7 +123,6 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); | ||
return routesWithPaths | ||
.slice(index) | ||
.filter(({ path }) => !!path) | ||
.map(({ path }) => path) | ||
.join(''); | ||
return routesWithPaths.slice(index).reduce((acc, { path }) => { | ||
const pathSegment = acc === '/' || acc === '' ? path : `/${path}`; | ||
return `${acc}${pathSegment}`; | ||
}, ''); | ||
} | ||
@@ -130,0 +129,0 @@ |
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"9.18.0","sideEffects":false} | ||
{"type":"module","version":"9.19.0","sideEffects":false} |
@@ -121,7 +121,6 @@ import { browserTracingIntegration, WINDOW, startBrowserTracingPageLoadSpan, startBrowserTracingNavigationSpan } from '@sentry/browser'; | ||
return routesWithPaths | ||
.slice(index) | ||
.filter(({ path }) => !!path) | ||
.map(({ path }) => path) | ||
.join(''); | ||
return routesWithPaths.slice(index).reduce((acc, { path }) => { | ||
const pathSegment = acc === '/' || acc === '' ? path : `/${path}`; | ||
return `${acc}${pathSegment}`; | ||
}, ''); | ||
} | ||
@@ -128,0 +127,0 @@ |
{ | ||
"name": "@sentry/react", | ||
"version": "9.18.0", | ||
"version": "9.19.0", | ||
"description": "Official Sentry SDK for React.js", | ||
@@ -42,4 +42,4 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/browser": "9.18.0", | ||
"@sentry/core": "9.18.0", | ||
"@sentry/browser": "9.19.0", | ||
"@sentry/core": "9.19.0", | ||
"hoist-non-react-statics": "^3.3.2" | ||
@@ -46,0 +46,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
452960
0.09%4570
-0.04%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated