How to monitor a Tanstack Start app
What would be the recommandation to monitor a tanstack start app ?
I have been using
prom-client and grafana with nextjs and node. That was working very well, I could set up alerts and monitor my apps. However when I tried this stack with tanstack start I get some errors about
prom-client not being initialized correctly.So I am wondering how do you guys monitor your Tanstack Start app ?