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