DEV Community

Discussion on: What bug reporting tool to choose?

Collapse
 
spaquet profile image
Stephane Paquet

Agree with @joshdvir Sentry is my main go to. Especially as you can link it to your Github and track which commit started the issue.
Now, as I'm moving forward I also would give a try to Honeybadger. This solution looks very interesting for apps that rely on other apps / API / pub-sub services, etc. Tracking issues and identifying their root causes is pretty tedious when working in a distributed environment.