Skip to content

Commit bd9726c

Browse files
committed
.
1 parent 4be6d31 commit bd9726c

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/deno-streamed/tests

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/deno-streamed/tests/spans.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ test('OTel span appears as child of Sentry span (interop)', async ({ baseURL })
287287
});
288288
});
289289

290-
test('Outbound fetch inside Sentry span creates transaction', async ({ baseURL }) => {
290+
test('Outbound fetch inside Sentry span creates span ... does it really?', async ({ baseURL }) => {
291291
const spansPromise = waitForStreamedSpans('deno-streamed', spans => {
292292
return spans.some(span => span.name === 'test-outgoing-fetch');
293293
});

0 commit comments

Comments
 (0)