feat: add crash handler
Closed this issue · 1 comments
TobyBridle commented
If for some reason a selected module is causing a crash, the app will not be able to launch. A crash handler should be added to improve the experience for both users and developers. Developers can benefit from informational crash reports; users can benefit from a better in-app experience with minimal crashes.
To prevent the app from being able to end up in a loop of crashes on launch, some form of safe mode should be implemented. Ideally, this would reset the selected module.
TobyBridle commented
Added via PR