How to get stracktraces when errors occur?
I'm using Sentry, but it doesnt support sending stacktraces with Tanstack start. This is not doable with production apps. What is currently the best way to monitor, trace and debug your app in production?
5 Replies
optimistic-goldOP•3mo ago
Here you can see that Error Monitoring is not working (yet I hope) for tanstack start https://docs.sentry.io/platforms/javascript/guides/tanstackstart-react/
TanStack Start React | Sentry for TanStack Start React
Learn how to set up and configure Sentry in your TanStack Start React application, capturing your first errors, and viewing them in Sentry.
optimistic-goldOP•2mo ago
Bump
optimistic-goldOP•2mo ago
how is anyone running tanstack start in production with good error traces?

useful-bronze•2mo ago
client errors?
optimistic-goldOP•2mo ago
yes
I want the exact stacktrace like in development