Skip to content

Commit e909f6e

Browse files
chargomeclaude
andauthored
test(e2e): Port nextjs-16-userfeedback to span streaming (#23867)
Removes the `traceLifecycle: 'static'` pins from `nextjs-16-userfeedback`. Its specs assert on feedback and error envelopes, which streaming does not change, so no spec rewrite is needed. Ref #23802 Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 149fc76 commit e909f6e

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

dev-packages/e2e-tests/test-applications/nextjs-16-userfeedback/instrumentation-client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as Sentry from '@sentry/nextjs';
22

33
Sentry.init({
4-
traceLifecycle: 'static',
54
environment: 'qa', // dynamic sampling bias to keep transactions
65
dsn: process.env.NEXT_PUBLIC_E2E_TEST_DSN,
76
tunnel: `http://localhost:3031/`, // proxy server

dev-packages/e2e-tests/test-applications/nextjs-16-userfeedback/sentry.edge.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as Sentry from '@sentry/nextjs';
22

33
Sentry.init({
4-
traceLifecycle: 'static',
54
environment: 'qa', // dynamic sampling bias to keep transactions
65
dsn: process.env.NEXT_PUBLIC_E2E_TEST_DSN,
76
tunnel: `http://localhost:3031/`, // proxy server

dev-packages/e2e-tests/test-applications/nextjs-16-userfeedback/sentry.server.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as Sentry from '@sentry/nextjs';
22

33
Sentry.init({
4-
traceLifecycle: 'static',
54
environment: 'qa', // dynamic sampling bias to keep transactions
65
dsn: process.env.NEXT_PUBLIC_E2E_TEST_DSN,
76
tunnel: `http://localhost:3031/`, // proxy server

0 commit comments

Comments
 (0)