twopointzero / TJAPlayer3

TJAPlayer3 is a rhythm game application for Windows (and compatible environments). It provides a style of gameplay very similar to that of Taiko no Tatsujin and similar rhythm games, and supports .tja files compatible with a number of other similar rhythm game applications. Download the latest release here: https://github.com/twopointzero/TJAPlayer3/releases
MIT License
158 stars 152 forks source link

Automatic error reporting #12

Closed twopointzero closed 4 years ago

twopointzero commented 4 years ago

Can you write a one-sentence description of your request? Instead of asking/assisting the user in bringing an exception to GitHub Issues, integrate automatic error reporting (likely via Rollbar.)

What is the current behavior? If the application crashes, as it does it offers to place the exception onto the clipboard and navigate the user's browser to the project GitHub Issues page.

What is the expected behavior? Automatically submit application crash exceptions to an error reporting service (likely Rollbar,) perhaps along with some patterns of non-crash exceptions.

What is the motivation / use case for changing the behavior? Users generally don't report errors, and this is true for all applications and services.