Skip to content

Commit af67b4b

Browse files
committed
fix fastify e2e test
1 parent a0319eb commit af67b4b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ test('Propagates trace for outgoing http requests', async ({ baseURL }) => {
8686
url: 'http://localhost:3030/test-inbound-headers',
8787
'otel.kind': 'SERVER',
8888
'http.response.status_code': 200,
89+
'sentry.op': 'http.server',
8990
},
9091
op: 'http.server',
9192
parent_span_id: outgoingHttpSpanId,

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
@@ -28,6 +28,7 @@ test('Sends an API route transaction', async ({ baseURL }) => {
2828
url: 'http://localhost:3030/test-transaction',
2929
'otel.kind': 'SERVER',
3030
'http.response.status_code': 200,
31+
'sentry.op': 'http.server',
3132
},
3233
op: 'http.server',
3334
span_id: expect.any(String),

0 commit comments

Comments
 (0)