Skip to content

Filter non-actionable "Failed to load Stripe.js" errors from Sentry#8625

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

Filter non-actionable "Failed to load Stripe.js" errors from Sentry#8625
iHiD merged 1 commit into
mainfrom
fix/8620

Conversation

@iHiD
Copy link
Copy Markdown
Member

@iHiD iHiD commented Feb 12, 2026

Closes #8620

Summary

  • Add a beforeSend filter in the Sentry configuration to drop "Failed to load Stripe.js" errors
  • These errors are caused by ad blockers, privacy extensions, or network issues preventing the Stripe.js script from loading
  • Users already see a friendly fallback message in the UI, so these errors are not actionable
  • Follows the same pattern as the 12 other non-actionable error filters in the same function

Test plan

  • yarn test passes (160 suites, 1551 tests)
  • Filter is consistent with existing patterns in beforeSend

🤖 Generated with Claude Code

…8620)

Ad blockers, privacy extensions, and network issues can prevent the
Stripe.js script from loading. Users already see a friendly fallback
message in the UI, so these errors are not actionable. Filter them
in the beforeSend hook alongside the other non-actionable error
categories.

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

Error: Failed to load Stripe.js

1 participant