Skip to content

Commit b6ca6fa

Browse files
committed
fix e2e test
1 parent 76d6a52 commit b6ca6fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev-packages/e2e-tests/test-applications/react-router-7-framework-custom/tests/performance/navigation.client.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test.describe('client - navigation performance', () => {
2222
data: {
2323
'sentry.origin': 'auto.navigation.react-router',
2424
'sentry.op': 'navigation',
25-
'sentry.source': 'url',
25+
'sentry.source': 'route',
2626
},
2727
op: 'navigation',
2828
origin: 'auto.navigation.react-router',
@@ -33,7 +33,7 @@ test.describe('client - navigation performance', () => {
3333
timestamp: expect.any(Number),
3434
transaction: '/performance/ssr',
3535
type: 'transaction',
36-
transaction_info: { source: 'url' },
36+
transaction_info: { source: 'route' },
3737
platform: 'javascript',
3838
request: {
3939
url: expect.stringContaining('/performance/ssr'),

dev-packages/e2e-tests/test-applications/react-router-7-framework/tests/performance/navigation.client.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test.describe('client - navigation performance', () => {
2222
data: {
2323
'sentry.origin': 'auto.navigation.react-router',
2424
'sentry.op': 'navigation',
25-
'sentry.source': 'url',
25+
'sentry.source': 'route',
2626
},
2727
op: 'navigation',
2828
origin: 'auto.navigation.react-router',
@@ -33,7 +33,7 @@ test.describe('client - navigation performance', () => {
3333
timestamp: expect.any(Number),
3434
transaction: '/performance/ssr',
3535
type: 'transaction',
36-
transaction_info: { source: 'url' },
36+
transaction_info: { source: 'route' },
3737
platform: 'javascript',
3838
request: {
3939
url: expect.stringContaining('/performance/ssr'),

0 commit comments

Comments
 (0)