Skip to content

fix: add Sentry noise filters for 28 unresolved issues#1059

Merged
koala73 merged 1 commit intomainfrom
fix/sentry-noise-filters-march
Mar 5, 2026
Merged

fix: add Sentry noise filters for 28 unresolved issues#1059
koala73 merged 1 commit intomainfrom
fix/sentry-noise-filters-march

Conversation

@koala73
Copy link
Owner

@koala73 koala73 commented Mar 5, 2026

Summary

  • Triaged all 28 unresolved Sentry issues — all classified as noise (no actionable bugs)
  • Added 15 ignoreErrors patterns covering WebGL crashes, maplibre internals, network transients, browser extensions, UV proxy errors, and in-app browser quirks
  • Added 2 beforeSend suppressions for UV proxy frame errors and Three.js touch handler crashes
  • All 28 issues marked as resolved (inNextRelease) in Sentry

Categories covered

Category Issues Filter
WebGL context loss/shaders BW, BP, BC, BB, BR ignoreErrors regex
maplibre internal BN, BK ignoreErrors regex
Network transients BJ, BM, B8 ignoreErrors regex
UV proxy (Ultraviolet) BT, BS, BQ, B2, B1 beforeSend frame check
Browser extensions BH, BA, B9 ignoreErrors regex
Three.js touch handler BE, BD, B5 beforeSend function check
Third-party tiles (Stadia 401) BG, BF ignoreErrors regex
Misc (detectIncognito, UTF-16, timeout, minified var) B3, B6, B7, BV, B4 ignoreErrors regex

Test plan

  • tsc --noEmit passes
  • All pre-push checks pass (57/57 tests)
  • Verify Sentry noise reduction after deploy

Add 15 ignoreErrors patterns and 2 beforeSend suppressions:
- WebGL shaderSource/context creation errors (GPU driver issues)
- maplibre internal buffer mismatches (opacityVertexArray, data length)
- AJAXError for tile loading failures and 401s (network/third-party)
- NetworkError transients (Load failed, network error)
- Browser extension noise (nmhCrx, jQuery, navigationPerformanceLogger)
- UV proxy frame suppression (uv/service, uv.handler paths)
- Three.js OrbitControls touch crashes (finger lifted during pinch-zoom)
- Minified variable references from in-app browsers (p\d+)
- detectIncognito, UTF-16 encoding, Sentry SDK timeout
@vercel
Copy link

vercel bot commented Mar 5, 2026

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

Project Deployment Actions Updated (UTC)
worldmonitor Ready Ready Preview, Comment Mar 5, 2026 0:41am

Request Review

@koala73 koala73 merged commit 4347030 into main Mar 5, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant