Skip to content

fix(sentry): add noise filters for 4 unresolved issues#479

Merged
koala73 merged 1 commit into
mainfrom
fix/sentry-noise-filters-feb27
Feb 27, 2026
Merged

fix(sentry): add noise filters for 4 unresolved issues#479
koala73 merged 1 commit into
mainfrom
fix/sentry-noise-filters-feb27

Conversation

@koala73

@koala73 koala73 commented Feb 27, 2026

Copy link
Copy Markdown
Owner

Summary

Add Sentry ignoreErrors filters for 4 noise issues (all resolved via API with inNextRelease: true):

  • WORLDMONITOR-5R: UltraViewer service worker injection (/uv/service/)
  • WORLDMONITOR-5Q: Tighten existing AbortError filter to match AbortError: The operation was aborted
  • WORLDMONITOR-5P: AbortError: The user aborted a request (normal navigation cancellation)
  • WORLDMONITOR-2S: Huawei WebView __isInQueue__ injection (Chrome Mobile WebView on ALN-AL00)

Test plan

  • Verify npx tsc --noEmit passes
  • No existing ignoreErrors patterns broken

- Tighten AbortError filter to match "AbortError: The operation was aborted"
- Filter "The user aborted a request" (normal navigation cancellation)
- Filter UltraViewer service worker injection errors (/uv/service/)
- Filter Huawei WebView __isInQueue__ injection
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@vercel

vercel Bot commented Feb 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
worldmonitor Building Building Preview, Comment Feb 27, 2026 6:09pm
worldmonitor-finance Building Building Preview, Comment Feb 27, 2026 6:09pm
worldmonitor-happy Building Building Preview, Comment Feb 27, 2026 6:09pm
worldmonitor-startup Building Building Preview, Comment Feb 27, 2026 6:09pm

Request Review

@koala73
koala73 merged commit 1efdf8e into main Feb 27, 2026
6 checks passed
@koala73
koala73 deleted the fix/sentry-noise-filters-feb27 branch February 27, 2026 20:52
koala73 added a commit that referenced this pull request Mar 1, 2026
- Tighten AbortError filter to match "AbortError: The operation was aborted"
- Filter "The user aborted a request" (normal navigation cancellation)
- Filter UltraViewer service worker injection errors (/uv/service/)
- Filter Huawei WebView __isInQueue__ injection
koala73 added a commit that referenced this pull request Mar 1, 2026