Two e2e tests intermittently failed with "unmocked external request" when the Sentry browser SDK emitted an envelope to the real ingest endpoint despite `enabled: false`. The BrowserTracing integration captures the page-load transaction before init's enabled flag fully propagates, so a single envelope leaks on cold start. Add a SILENT_DROP list that aborts matching requests without recording them as blocked, so legitimate missing-mock failures still surface. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| auth.test.ts | ||
| demo-bot.test.ts | ||
| explore.test.ts | ||
| integration.test.ts | ||
| journal.test.ts | ||
| notifications.test.ts | ||
| planner.test.ts | ||
| public-content.test.ts | ||
| settings.test.ts | ||
| social.test.ts | ||