diff --git a/dev-packages/e2e-tests/test-applications/cloudflare-workers-workflow-legacy/src/index.ts b/dev-packages/e2e-tests/test-applications/cloudflare-workers-workflow-legacy/src/index.ts index 2147fa3a69eb..f0e9fb37f793 100644 --- a/dev-packages/e2e-tests/test-applications/cloudflare-workers-workflow-legacy/src/index.ts +++ b/dev-packages/e2e-tests/test-applications/cloudflare-workers-workflow-legacy/src/index.ts @@ -38,7 +38,6 @@ class RetryTestWorkflowBase extends WorkflowEntrypoint { export const RetryTestWorkflow = Sentry.instrumentWorkflowWithSentry( (env: Env) => ({ - traceLifecycle: 'static', dsn: env.E2E_TEST_DSN, tunnel: 'http://localhost:3031/', }), @@ -47,7 +46,6 @@ export const RetryTestWorkflow = Sentry.instrumentWorkflowWithSentry( export default Sentry.withSentry( (env: Env) => ({ - traceLifecycle: 'static', dsn: env.E2E_TEST_DSN, tunnel: 'http://localhost:3031/', // Do not cache this client, as locally there is only one instance