Let BugSentry handle your bug reports

Tired of users complaining about errors and not remembering to note down the problem? Bored of implementing your own error reporting routines over and over again? It might be worth checking out BugSentry. It’s an automatic reporting tool that’s supplied as a DLL you can just drop in your project. When an exception you want to report gets thrown, just call BugSentry.dll and it will take care of letting you know what the problem is.

The interesting point about BugSentry is that is uses a service provided by the company that makes the software. When an error occurs, it is sent to their servers, and they manage the lifecycle around that bug. This could be invaluable for single developers and small teams as it reduces the overhead of needing to deploy a bug tracking system, or investing in expensive integrated environments like Visual Studio. Worth checking out!

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.