mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-20 20:39:10 +00:00
Port conflicts are expected — Chromium retries with a different port. These errors were flooding Sentry (14k+ events) without user impact. - handleStartupError: move Sentry.captureException below the port-in-use check so it only fires for unexpected startup errors - handleControllerStartupError: skip Sentry capture for port errors - index.ts: exit early for port errors before Sentry capture