Skip to content

Commit 552145f

Browse files
author
Luca Forstner
committed
.
1 parent 481b0db commit 552145f

File tree

1 file changed

+4
-0
lines changed
  • dev-packages/e2e-tests/test-applications/node-experimental-fastify-app/tests

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ test('Propagates trace for outgoing http requests', async ({ baseURL }) => {
6565
'http.response.status_code': 200,
6666
'sentry.op': 'http.server',
6767
'sentry.origin': 'auto.http.otel.http',
68+
'sentry.source': 'route',
6869
},
6970
op: 'http.server',
7071
span_id: expect.any(String),
@@ -89,6 +90,7 @@ test('Propagates trace for outgoing http requests', async ({ baseURL }) => {
8990
'http.response.status_code': 200,
9091
'sentry.op': 'http.server',
9192
'sentry.origin': 'auto.http.otel.http',
93+
'sentry.source': 'route',
9294
},
9395
op: 'http.server',
9496
parent_span_id: outgoingHttpSpanId,
@@ -162,6 +164,7 @@ test('Propagates trace for outgoing fetch requests', async ({ baseURL }) => {
162164
'http.response.status_code': 200,
163165
'sentry.op': 'http.server',
164166
'sentry.origin': 'auto.http.otel.http',
167+
'sentry.source': 'route',
165168
},
166169
op: 'http.server',
167170
span_id: expect.any(String),
@@ -186,6 +189,7 @@ test('Propagates trace for outgoing fetch requests', async ({ baseURL }) => {
186189
'http.response.status_code': 200,
187190
'sentry.op': 'http.server',
188191
'sentry.origin': 'auto.http.otel.http',
192+
'sentry.source': 'route',
189193
},
190194
op: 'http.server',
191195
parent_span_id: outgoingHttpSpanId,

0 commit comments

Comments
 (0)