Skip to content

Commit 07aadb1

Browse files
JPeer264claude
andauthored
test(e2e): Port cloudflare-workers-workflow-legacy to span streaming (#23864)
Ports `cloudflare-workers-workflow-legacy` to span streaming. Its spec only asserts on error events, so removing the static pin from the workflow and the worker `Sentry.init` is the whole change. Fixes #23803. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 19a148f commit 07aadb1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • dev-packages/e2e-tests/test-applications/cloudflare-workers-workflow-legacy/src

‎dev-packages/e2e-tests/test-applications/cloudflare-workers-workflow-legacy/src/index.ts‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ class RetryTestWorkflowBase extends WorkflowEntrypoint<Env, WorkflowParams> {
3838

3939
export const RetryTestWorkflow = Sentry.instrumentWorkflowWithSentry(
4040
(env: Env) => ({
41-
traceLifecycle: 'static',
4241
dsn: env.E2E_TEST_DSN,
4342
tunnel: 'http://localhost:3031/',
4443
}),
@@ -47,7 +46,6 @@ export const RetryTestWorkflow = Sentry.instrumentWorkflowWithSentry(
4746

4847
export default Sentry.withSentry(
4948
(env: Env) => ({
50-
traceLifecycle: 'static',
5149
dsn: env.E2E_TEST_DSN,
5250
tunnel: 'http://localhost:3031/',
5351
// Do not cache this client, as locally there is only one instance

0 commit comments

Comments
 (0)