DEV Community

Cover image for See the errors your users are experiencing. From your IDE. Live.
Neeraj Kashyap
Neeraj Kashyap

Posted on

See the errors your users are experiencing. From your IDE. Live.

If you have built a library, command line tool, or API, Bugout helps you understand:

  1. Who your users are
  2. How they are using your software
  3. What errors they experience

Once you set up an integration and instrument your code, you can access your user reports at https://bugout.dev. This gives you a live view of what your users are experiencing:

Live view of user reports

This week, we released the latest version of the Bugout VSCode extension.

Now you can see the latest issues your users have had from VSCode. Just hover over an exception to see how many users were affected by it:

Hover over an exception to see how many users were affected by it

You can even click through to see their stack traces:

See your users' stack traces right in VSCode

This is just a taste of things to come. If you use VSCode and would like to try this out, Bugout supports Python, Go, and Javascript.

Sign up and get started!

Top comments (0)