Skip to content

Commit 534c62c

Browse files
committed
Test fixes
1 parent 8fd95b7 commit 534c62c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/core/test/tracing/expoRouter.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ describe('wrapExpoRouter', () => {
5050
expect(mockStartInactiveSpan).toHaveBeenCalledWith({
5151
op: 'navigation.prefetch',
5252
name: 'Prefetch /details/123',
53-
origin: 'auto.navigation.react_navigation',
5453
attributes: {
5554
'sentry.origin': SPAN_ORIGIN_AUTO_EXPO_ROUTER_PREFETCH,
5655
'route.href': '/details/123',
@@ -74,7 +73,6 @@ describe('wrapExpoRouter', () => {
7473
expect(mockStartInactiveSpan).toHaveBeenCalledWith({
7574
op: 'navigation.prefetch',
7675
name: 'Prefetch /profile',
77-
origin: 'auto.navigation.react_navigation',
7876
attributes: {
7977
'sentry.origin': SPAN_ORIGIN_AUTO_EXPO_ROUTER_PREFETCH,
8078
'route.href': JSON.stringify(href),
@@ -98,7 +96,6 @@ describe('wrapExpoRouter', () => {
9896
expect(mockStartInactiveSpan).toHaveBeenCalledWith({
9997
op: 'navigation.prefetch',
10098
name: 'Prefetch unknown',
101-
origin: 'auto.navigation.react_navigation',
10299
attributes: {
103100
'sentry.origin': SPAN_ORIGIN_AUTO_EXPO_ROUTER_PREFETCH,
104101
'route.href': JSON.stringify(href),

0 commit comments

Comments
 (0)