You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating Tanstack Router to 1.98.3 my app stopped working.
It doesn't render any pages or components and doesn't throw any errors. Just blank page & blank console.
Disabling the sentry tanstack router integration make it work again.
I was using v1.91.3 before & it was working with the Sentry integration without problems.
If I open the router dev tools, I will see all the routes stuck in pending state.
I just ran into the same issue and struggled to find the root cause since Sentry isn't enabled in the development environment, making it harder to debug.
For now, I just disabled Sentry tracing integration, and everything works.
Which project does this relate to?
Router
Describe the bug
After updating Tanstack Router to 1.98.3 my app stopped working.
It doesn't render any pages or components and doesn't throw any errors. Just blank page & blank console.
Disabling the sentry tanstack router integration make it work again.
I was using v1.91.3 before & it was working with the Sentry integration without problems.
If I open the router dev tools, I will see all the routes stuck in
pending
state.Example available on StackBlitz.
Your Example Website or App
https://stackblitz.com/edit/github-pp1nvw-hhnn1f54?file=src%2Fmain.tsx
Steps to Reproduce the Bug or Issue
Try disabling/re-enabling the
integrations: [Sentry.tanstackRouterBrowserTracingIntegration(router)],
inmain.tsx
Expected behavior
Sentry integration with Tanstack Router should work as it was in the previous versions.
Screenshots or Videos
No response
Platform
Additional context
Not sure if it's related or not: #2164
The text was updated successfully, but these errors were encountered: