Skip to content

Conversation

@seer-by-sentry
Copy link
Contributor

Fixes TANSTACK-COM-1FS. The issue was that: Sentry's browserTracingIntegration history instrumentation creates a race condition, causing a third-party blocking script to call an uninitialized function.

  • Added a 'beforeSend' hook to the Sentry initialization in 'src/router.tsx'.
  • Implemented logic to filter out errors originating from known third-party ad scripts (e.g., Publift Fuse).
  • Specifically targets common race condition error messages ("is not a function", "null is not an object", "contextWindow.parent") when associated with ad script filenames or messages.
  • Prevents irrelevant third-party ad script errors from being reported to Sentry.

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

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

@netlify
Copy link

netlify bot commented Jan 21, 2026

Deploy Preview for tanstack ready!

Name Link
🔨 Latest commit aa3a779
🔍 Latest deploy log https://app.netlify.com/projects/tanstack/deploys/697113c3e8af8b000862099a
😎 Deploy Preview https://deploy-preview-675--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 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.

1 participant