Skip to content

Filter Safari 'Load failed' network errors from Sentry#8585

Merged
iHiD merged 1 commit into
mainfrom
fix/8584
Feb 12, 2026
Merged

Filter Safari 'Load failed' network errors from Sentry#8585
iHiD merged 1 commit into
mainfrom
fix/8584

Conversation

@iHiD
Copy link
Copy Markdown
Member

@iHiD iHiD commented Feb 12, 2026

Closes #8584

Summary

  • Safari/WebKit reports network fetch failures as "Load failed" (a TypeError), which is the equivalent of Chrome's "Failed to fetch" and Firefox's "NetworkError when attempting to fetch resource"
  • The existing Sentry beforeSend filter already drops the Chrome and Firefox variants but was missing Safari's message
  • Added "Load failed" to the network error filter so these non-actionable errors are no longer reported

Test plan

  • yarn test — all 1550 JS tests pass
  • Pre-commit hooks pass (prettier)
  • Verified the change is a minimal addition to the existing filter pattern

🤖 Generated with Claude Code

The existing network error filter catches Chrome's "Failed to fetch" and
Firefox's "NetworkError when attempting to fetch resource" but misses
Safari's equivalent "Load failed" message. These are non-actionable
network errors that should not be reported.

Closes #8584

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@iHiD iHiD requested a review from dem4ron as a code owner February 12, 2026 14:23
@iHiD iHiD merged commit 33c16ba into main Feb 12, 2026
41 checks passed
@iHiD iHiD deleted the fix/8584 branch February 12, 2026 14:35
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.

TypeError: Load failed

1 participant