Debugging with crash reports
Ever had a program crash and a dialog comes up asking you to send information to the developer? This is a crash report.
Unlike a web app that is delivered by a web server and is inherently online, standalone apps (uninstrumented) run and crash without you knowing. You want to know when they crash and gather information about the event.
One tool I’ve used to do this is BugSplat. Once you integrate, crashes are caught and sent to it. It provides a dashboard for monitoring and exploring them. It also helps you search and group them. You can connect this data to your ticketing system (such as JIRA).
I’m not affiliated with BugSplat but have used them for PC games at Relic Entertainment and Gasket Games. I plan to use it for my upcoming titles as well.