-
-
Notifications
You must be signed in to change notification settings - Fork 192
Description
This request came out of discussions in #1197
We maintain a custom out-of-proc crash collector and have instrumented it with Google Breakpad and the Sentry Native SDK. We have our own dialog for gathering User Feedback and this feedback is incredibly useful for tracking down bugs and issues, especially in development / nonpublic user facing scenarios.
We are eager to take advantage of Sentry features like Backends, Screenshots, and Breadcrumbs by refactoring this system to make use of Google Crashpad as a backend for Sentry and deprecating our own out-of-proc handler.
However, in order to do that, we would need support for collecting User Feedback at-crash-time through a Sentry Crash Modal Dialogue. We can't move our own dialogue into the crashing-app as it would be unsafe to do so (a memory crash in the primary app would make this unsafe, for example).
Ideally this would be supported on all UI platforms - Xbox, Playstation, PC -- but my guess is that will take time to work out with each of those Operating System owners. To start, I think PC would be great!
Metadata
Metadata
Assignees
Labels
Projects
Status
Status