I am handling most parts of the UI side of our product and after some production error that became hard to debug from the server-side (Kibana/ AWS Watchlist), I was asked to set up an integration with any tool such as Rollbar, that will batch push logs like exceptions and errors to the server somewhere where we can simply refer to events that happened on the UI thus simplifying our debugging or defect resolving process.
Some other details:
- My code is in React and I don't want to do a lot of rework.
- Analytics report is not required.
- Any recommendation for a paid/free tool that y'all have used would be of great help.
Top comments (1)
Previously, we're using Sentry for logging anything on the Sentry server. It's will show you all client's error message as well as server-side error messages. The cool thing about this is its deadly simple you should try it. Another SaaS product I heard from developers AppSignal but I haven't tried yet.