DEV Community

Cover image for Which error tracking/log maintaining/ monitoring tool are you guys using on your UI end?
Riya Adhikari
Riya Adhikari

Posted on

Which error tracking/log maintaining/ monitoring tool are you guys using on your UI end?

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:

  1. My code is in React and I don't want to do a lot of rework.
  2. Analytics report is not required.
  3. Any recommendation for a paid/free tool that y'all have used would be of great help.

Top comments (1)

Collapse
 
sagar profile image
Sagar

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.