Skip to content

Commit 11fe3c5

Browse files
committed
fix cloudflare test
1 parent 62b5493 commit 11fe3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/test/integrations/fetch.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('WinterCGFetch instrumentation', () => {
5858
expect.any(Function),
5959
expect.any(Function),
6060
expect.any(Object),
61-
'auto.http.fetch',
61+
{ spanOrigin: 'auto.http.fetch' },
6262
);
6363

6464
const [, shouldCreateSpan, shouldAttachTraceData] = instrumentFetchRequestSpy.mock.calls[0]!;

0 commit comments

Comments
 (0)