Skip to content

Commit f5a8220

Browse files
author
Luca Forstner
committed
.
1 parent 2882ca4 commit f5a8220

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

dev-packages/e2e-tests/test-applications/nestjs-distributed-tracing/tests/events.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ test('Event emitter', async () => {
3232
trace_id: expect.stringMatching(/[a-f0-9]{32}/),
3333
data: {
3434
'sentry.source': 'custom',
35-
'sentry.sample_rate': 1,
3635
'sentry.op': 'event.nestjs',
36+
'sentry.sample_rate': 1,
3737
'sentry.origin': 'auto.event.nestjs',
3838
},
3939
origin: 'auto.event.nestjs',

dev-packages/e2e-tests/test-applications/nestjs-distributed-tracing/tests/propagation.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ test('Propagates trace for outgoing http requests', async ({ baseURL }) => {
8888
data: {
8989
'sentry.source': 'route',
9090
'sentry.origin': 'auto.http.otel.http',
91+
'sentry.sample_rate': 1,
9192
'sentry.op': 'http.server',
9293
url: `http://localhost:3030/test-inbound-headers/${id}`,
9394
'otel.kind': 'SERVER',
@@ -170,6 +171,7 @@ test('Propagates trace for outgoing fetch requests', async ({ baseURL }) => {
170171
'sentry.source': 'route',
171172
'sentry.origin': 'auto.http.otel.http',
172173
'sentry.op': 'http.server',
174+
'sentry.sample_rate': 1,
173175
url: `http://localhost:3030/test-outgoing-fetch/${id}`,
174176
'otel.kind': 'SERVER',
175177
'http.response.status_code': 200,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ test('Propagates trace for outgoing fetch requests', async ({ baseURL }) => {
170170
'sentry.source': 'route',
171171
'sentry.origin': 'auto.http.otel.http',
172172
'sentry.op': 'http.server',
173+
'sentry.sample_rate': 1,
173174
url: `http://localhost:3030/test-outgoing-fetch/${id}`,
174175
'otel.kind': 'SERVER',
175176
'http.response.status_code': 200,
@@ -202,7 +203,6 @@ test('Propagates trace for outgoing fetch requests', async ({ baseURL }) => {
202203
'sentry.source': 'route',
203204
'sentry.origin': 'auto.http.otel.http',
204205
'sentry.op': 'http.server',
205-
'sentry.sample_rate': 1,
206206
url: `http://localhost:3030/test-inbound-headers/${id}`,
207207
'otel.kind': 'SERVER',
208208
'http.response.status_code': 200,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ test('Propagates trace for outgoing fetch requests', async ({ baseURL }) => {
170170
'sentry.source': 'route',
171171
'sentry.origin': 'auto.http.otel.http',
172172
'sentry.op': 'http.server',
173+
'sentry.sample_rate': 1,
173174
url: `http://localhost:3030/test-outgoing-fetch/${id}`,
174175
'otel.kind': 'SERVER',
175176
'http.response.status_code': 200,
@@ -202,7 +203,6 @@ test('Propagates trace for outgoing fetch requests', async ({ baseURL }) => {
202203
'sentry.source': 'route',
203204
'sentry.origin': 'auto.http.otel.http',
204205
'sentry.op': 'http.server',
205-
'sentry.sample_rate': 1,
206206
url: `http://localhost:3030/test-inbound-headers/${id}`,
207207
'otel.kind': 'SERVER',
208208
'http.response.status_code': 200,

0 commit comments

Comments
 (0)