From 5fbc772578028446fc20ad142d2fa5a351cbe90b Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Fri, 4 Sep 2026 15:25:37 +0200 Subject: [PATCH] test(e2e): Port the nestjs-graphql E2E app to span streaming Removes the `traceLifecycle: 'static'` pin. The specs assert on error events only, so they needed no rewrite. Ref: #23801 Co-Authored-By: Claude Opus 5 --- .../e2e-tests/test-applications/nestjs-graphql/src/instrument.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-packages/e2e-tests/test-applications/nestjs-graphql/src/instrument.ts b/dev-packages/e2e-tests/test-applications/nestjs-graphql/src/instrument.ts index 6e84f952e762..f1f4de865435 100644 --- a/dev-packages/e2e-tests/test-applications/nestjs-graphql/src/instrument.ts +++ b/dev-packages/e2e-tests/test-applications/nestjs-graphql/src/instrument.ts @@ -1,7 +1,6 @@ import * as Sentry from '@sentry/nestjs'; Sentry.init({ - traceLifecycle: 'static', environment: 'qa', // dynamic sampling bias to keep transactions dsn: process.env.E2E_TEST_DSN, tunnel: `http://localhost:3031/`, // proxy server