We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b5493 commit 11fe3c5Copy full SHA for 11fe3c5
packages/cloudflare/test/integrations/fetch.test.ts
@@ -58,7 +58,7 @@ describe('WinterCGFetch instrumentation', () => {
58
expect.any(Function),
59
60
expect.any(Object),
61
- 'auto.http.fetch',
+ { spanOrigin: 'auto.http.fetch' },
62
);
63
64
const [, shouldCreateSpan, shouldAttachTraceData] = instrumentFetchRequestSpy.mock.calls[0]!;
0 commit comments