Skip to content

Conversation

@sentry
Copy link

@sentry sentry bot commented Jan 29, 2026

Fixes TANSTACK-COM-1PD. The issue was that: Sentry's browserTracingIntegration wraps history.pushState, catching ad script's tG is not a function error before application's window.onerror suppression.

  • Added a beforeSend hook to the Sentry configuration.
  • Implemented logic to identify and suppress errors originating from known third-party ad scripts.
  • Errors are filtered based on specific filenames (e.g., /nobid/blocking_script.js, /media/native/, fuse.js, fuseplatform.net).
  • Errors are also filtered based on common error messages (e.g., "is not a function", "null is not an object", "contextWindow.parent").
  • Suppressed errors are logged to the console for debugging but are not sent to Sentry.

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

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

@netlify
Copy link

netlify bot commented Jan 29, 2026

Deploy Preview for tanstack ready!

Name Link
🔨 Latest commit 380487f
🔍 Latest deploy log https://app.netlify.com/projects/tanstack/deploys/697ad4761b7f5c00072de589
😎 Deploy Preview https://deploy-preview-686--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: 23 (🟢 up 2 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.

0 participants