Skip to content

Commit 54bf214

Browse files
author
Luca Forstner
committed
wut
1 parent 1e9ea81 commit 54bf214

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dev-packages/e2e-tests/test-applications/node-experimental-fastify-app/tests/propagation.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ test('Propagates trace for outgoing http requests', async ({ baseURL }) => {
6767
'sentry.origin': 'auto.http.otel.http',
6868
},
6969
op: 'http.server',
70+
parent_span_id: expect.any(String),
7071
span_id: expect.any(String),
7172
status: 'ok',
7273
tags: {
@@ -164,6 +165,7 @@ test('Propagates trace for outgoing fetch requests', async ({ baseURL }) => {
164165
'sentry.origin': 'auto.http.otel.http',
165166
},
166167
op: 'http.server',
168+
parent_span_id: expect.any(String),
167169
span_id: expect.any(String),
168170
status: 'ok',
169171
tags: {

dev-packages/e2e-tests/test-applications/node-experimental-fastify-app/tests/transactions.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ test('Sends an API route transaction', async ({ baseURL }) => {
3232
'sentry.origin': 'auto.http.otel.http',
3333
},
3434
op: 'http.server',
35+
parent_span_id: expect.any(String),
3536
span_id: expect.any(String),
3637
status: 'ok',
3738
tags: {

0 commit comments

Comments
 (0)