Skip to content

Commit f683884

Browse files
author
Luca Forstner
committed
.
1 parent fbee088 commit f683884

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ test('Event emitter', async () => {
3333
data: {
3434
'sentry.source': 'custom',
3535
'sentry.op': 'event.nestjs',
36-
'sentry.sample_rate': 1,
3736
'sentry.origin': 'auto.event.nestjs',
3837
},
3938
origin: 'auto.event.nestjs',

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ 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,
9291
'sentry.op': 'http.server',
9392
url: `http://localhost:3030/test-inbound-headers/${id}`,
9493
'otel.kind': 'SERVER',

0 commit comments

Comments
 (0)