Skip to content

OUT-4086 | Filter Chrome extension connection Sentry noise - #1404

Draft
cursor[bot] wants to merge 2 commits into
mainfrom
cursor/out-4086-cursor-automated-triage-response-5b6f
Draft

OUT-4086 | Filter Chrome extension connection Sentry noise#1404
cursor[bot] wants to merge 2 commits into
mainfrom
cursor/out-4086-cursor-automated-triage-response-5b6f

Conversation

@cursor

@cursor cursor Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Changes

  • Added a client-side Sentry ignoreErrors pattern for Chrome extension messaging failures (Could not establish connection. Receiving end does not exist).
  • Kept the change scoped to browser Sentry init only — server-side config unchanged.

Testing Criteria

  • yarn lint:check — passes.

Notes

  • Linear: OUT-4086
  • Root cause: unhandled promise rejection from a user's browser extension (password manager, ad blocker, wallet, etc.) attempting chrome.runtime.sendMessage/connect after its receiver was torn down. Not first-party tasks-app behavior; captured by our client-side Sentry SDK on the Tasks app page.
  • Fix: filter the known-noise message via ignoreErrors, matching prior OUT-3756 fetch-failure filtering.

Impact & Surface Area of Change

  • Browser-side Sentry reporting only. No runtime behavior change for end users.
Open in Web View Automation 

priosshrsth and others added 2 commits August 7, 2026 10:33
…1397)

deleteLabel passed `id: currentLabel?.id` straight into label.delete, so when
findFirst matched nothing Prisma got `{ id: undefined }` and threw
PrismaClientValidationError, failing the whole delete transaction. Return early
instead.
Add client-side ignoreErrors pattern for the common browser extension
messaging failure that is not actionable in tasks-app.

Co-authored-by: Neil Raina <makeitraina@users.noreply.github.com>
@linear-code

linear-code Bot commented Aug 21, 2026

Copy link
Copy Markdown

OUT-4086

@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
tasks-app Ready Ready Preview Aug 21, 2026 3:28am

Request Review

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.

2 participants