diff --git a/dev-packages/e2e-tests/test-applications/nestjs-distributed-tracing/tests/events.test.ts b/dev-packages/e2e-tests/test-applications/nestjs-distributed-tracing/tests/events.test.ts index d196c79766be..ed4a36303efa 100644 --- a/dev-packages/e2e-tests/test-applications/nestjs-distributed-tracing/tests/events.test.ts +++ b/dev-packages/e2e-tests/test-applications/nestjs-distributed-tracing/tests/events.test.ts @@ -33,7 +33,6 @@ test('Event emitter', async () => { data: { 'sentry.source': 'custom', 'sentry.op': 'event.nestjs', - 'sentry.sample_rate': 1, 'sentry.origin': 'auto.event.nestjs', }, origin: 'auto.event.nestjs', diff --git a/dev-packages/e2e-tests/test-applications/nestjs-distributed-tracing/tests/propagation.test.ts b/dev-packages/e2e-tests/test-applications/nestjs-distributed-tracing/tests/propagation.test.ts index 176891b95cca..040d5d326809 100644 --- a/dev-packages/e2e-tests/test-applications/nestjs-distributed-tracing/tests/propagation.test.ts +++ b/dev-packages/e2e-tests/test-applications/nestjs-distributed-tracing/tests/propagation.test.ts @@ -88,7 +88,6 @@ test('Propagates trace for outgoing http requests', async ({ baseURL }) => { data: { 'sentry.source': 'route', 'sentry.origin': 'auto.http.otel.http', - 'sentry.sample_rate': 1, 'sentry.op': 'http.server', url: `http://localhost:3030/test-inbound-headers/${id}`, 'otel.kind': 'SERVER',