getsentry / sentry-native

Sentry SDK for C, C++ and native applications.
MIT License
400 stars 169 forks source link

Screenshot capture (windows) #693

Open vaind opened 2 years ago

vaind commented 2 years ago

With the recent development on other SDKs adding screenshot capture in case of an error, I wonder if we could do the same for native crashes handled with crashpad. For now, it would be interesting to get it working for Windows (to be used by the unity SDK).

What's the process with crashpad - is the window still open while the crash is being handled (minidump captured)?

loewenheim commented 2 years ago

Thank you for the suggestion! This isn't planned at this time, but we'll keep it in mind.