Add Sentry error reporting
CyberFlameGO opened this issue ยท 3 comments
Code of Conduct
- I have read and agree to the project's Code of Conduct
What improvements would you like to see?
Error auto-submission through Sentry
What changes are you suggesting?
Implementing Sentry error reporting in this project so I can pick up where errors occur
Additional information
No response
Pushed as commit 34c132a
Done using the log4j2 Sentry library - this needs testing both by throwing an exception in the main Viewmodel class and in a random class, as I'm largely unfamiliar with how log4j works (perhaps it needs initialising everywhere?). Will push shortly