Skip to content

Conversation

@seer-by-sentry
Copy link
Contributor

Fixes TANSTACK-COM-19W. The issue was that: Sentry's History API instrumentation catches third-party script errors before the global window.onerror handler can suppress them.

  • Implemented a beforeSend hook in the Sentry configuration.
  • The hook filters out errors originating from third-party ad scripts (e.g., Publift Fuse, NoBid).
  • Identifies ad script errors by checking specific filenames in stack traces and common error messages.
  • Suppresses errors containing messages like 'contextWindow.parent', 'null is not an object', or 'is not a function' when originating from ad scripts.
  • Adds debug logging to the console for filtered errors.

This fix was generated by Seer in Sentry, triggered automatically. 👁️ Run ID: 8723837

Not quite right? Click here to continue debugging with Seer.

@netlify
Copy link

netlify bot commented Jan 16, 2026

Deploy Preview for tanstack ready!

Name Link
🔨 Latest commit ffb889d
🔍 Latest deploy log https://app.netlify.com/projects/tanstack/deploys/696a293e9a9132000854e7c6
😎 Deploy Preview https://deploy-preview-664--tanstack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 19 (🔴 down 1 from production)
Accessibility: 90 (no change from production)
Best Practices: 75 (no change from production)
SEO: 97 (no change from production)
PWA: 70 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

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