Skip to content

Commit 500c3ed

Browse files
committed
fix nextjs test pls
1 parent 84429c7 commit 500c3ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nextjs/test/integration/test/client/tracingFetch.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test('should correctly instrument `fetch` for performance tracing', async ({ pag
3737
'http.response_content_length': expect.any(Number),
3838
'http.response.status_code': 200,
3939
'sentry.op': 'http.client',
40-
'sentry.origin': 'auto.http.client',
40+
'sentry.origin': 'auto.http.browser',
4141
},
4242
description: 'GET http://example.com',
4343
op: 'http.client',
@@ -47,7 +47,7 @@ test('should correctly instrument `fetch` for performance tracing', async ({ pag
4747
timestamp: expect.any(Number),
4848
trace_id: expect.any(String),
4949
status: expect.any(String),
50-
origin: 'auto.http.client',
50+
origin: 'auto.http.browser',
5151
}),
5252
]),
5353
);

0 commit comments

Comments
 (0)