Skip to content

chore: ignore iOS media autoplay noise in Sentry - #312

Merged
tomasz-tomczyk merged 1 commit into
mainfrom
chore-sentry-ignore-media-errors
Jul 19, 2026
Merged

chore: ignore iOS media autoplay noise in Sentry#312
tomasz-tomczyk merged 1 commit into
mainfrom
chore-sentry-ignore-media-errors

Conversation

@tomasz-tomczyk

Copy link
Copy Markdown
Owner

Summary

  • Drop homepage <video autoplay> iOS noise (InvalidStateError / AbortError / NotAllowedError) via Sentry ignoreErrors
  • Catch .copy-btn clipboard rejections so NotAllowedError filtering cannot hide a real copy failure

Review

  • Code review: passed (intent clean; copy-btn .catch applied)
  • Parity audit: N/A

Test plan

  • mix precommit (1078 tests)
  • After deploy: confirm CRIT-WEB-FRONTEND-7 / D / H stop recurring; resolve in Sentry

Made with Cursor

Homepage <video autoplay> surfaces InvalidStateError/AbortError/NotAllowedError
as unhandled errors on iOS. Also catch copy-btn clipboard rejections so the
NotAllowedError filter cannot hide a real copy failure.

Co-authored-by: Cursor <cursoragent@cursor.com>
@codecov

codecov Bot commented Jul 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.89%. Comparing base (c63f363) to head (0437eb8).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #312   +/-   ##
=======================================
  Coverage   82.89%   82.89%           
=======================================
  Files          93       93           
  Lines        3414     3414           
=======================================
  Hits         2830     2830           
  Misses        584      584           
Flag Coverage Δ
unit 82.89% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tomasz-tomczyk
tomasz-tomczyk merged commit d04a4bd into main Jul 19, 2026
6 checks passed
@tomasz-tomczyk
tomasz-tomczyk deleted the chore-sentry-ignore-media-errors branch July 19, 2026 13:29
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