Hacker News new | ask | show | jobs
by sagebird 1159 days ago
What are the competitors? Have you used the competitors in the past and encountered pain points that motivated this?

( I have never really cared about logging with js. Console.log has been good enough for me. But I also don’t make monolithic apps in js/ typescript. Just vanilla web js. )

1 comments

Ya, so when it comes to logging in the frontend, most folks just build an app and throw it out there, but when Joe/Suzy experience a bug, the frontend folks have no idea what it is. Console is really only useful before production. Ideally you would monitor your frontend application the same way you monitor your backend applications. People would find it insane to have no logging in backend apps in production, but people seem to not care about it in the frontend.