Quick question for developers building this weekend:
When launching a side project or micro-SaaS, what do you use for crash monitoring?
Do you actually set up heavy APMs like Sentry or Datadog, or do you just rely on console.error and Vercel logs to avoid bundle bloat and surprise bills?
I got fed up with 100KB+ trackers and built a sub-5KB listener that dispatches asynchronously via navigator.sendBeacon (0ms delay) and collapses runaway loops into 1 alert:
👉 https://snaptrace-dashboard.vercel.app/test
At what stage of a project do you actually add dedicated error tracking?
Top comments (0)