buttplugio / buttplug-spec

Documentation of protocols and server architecture for the Buttplug Sex Toy Control System
http://docs.buttplug.io/buttplug
237 stars 19 forks source link

Project Proposal: Crash reporting via Intiface GUI #96

Closed blackspherefollower closed 4 years ago

blackspherefollower commented 5 years ago

In the WPF Buttplug Server, crashes were intercepted and optionally reported via Sentry.io, but since the move to the CLI, that functionality has been lost.

Adding the global exception back into the CLI wouldn't be too hard, but given it's supposed to be managed by the Intiface GUI now, having it pop up the permission to report the crash dialog isn't great. Having it prompt on the command-line and having to have Intiface deal with that would be particularly tricky.

A potential solution may be to always write the crash dumps to a directory that Intiface can watch: if a new crash dump is found, Intiface could ask to report it up to Sentry.

qdot commented 4 years ago

Closing here, filed on desktop: https://github.com/intiface/intiface-desktop/issues/92