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•6mo 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•5mo ago
Bump
optimistic-goldOP•5mo ago
how is anyone running tanstack start in production with good error traces?

foreign-sapphire•5mo ago
client errors?
optimistic-goldOP•5mo ago
yes
I want the exact stacktrace like in development