Replies: 6 comments
-
This SDK will capture any errors that happen in managed code (C#, F#, etc). So if you have, for example a desktop app with WPF or WinForms, and it crashes ( That said, to be honest I'm not too familiar with WER. I'm not sure if that's just about minidumps and native crashes or if that's useful for .NET apps too (managed exceptions). I'd love to learn more if you can share how that works. |
Beta Was this translation helpful? Give feedback.
-
Thanks for that guidance. It sounds like WER is an alternative to the native crash support offered by sentry-native. I'm currently trying to sign up for WER, if I'm successful I'll post a bit more info about how it works here. |
Beta Was this translation helpful? Give feedback.
-
Would be great to have more information about how that works. Thank you for offering to help us with it. |
Beta Was this translation helpful? Give feedback.
-
Still trying to sign up for WER! The validation process is painful and slow, I will update this when I know more. |
Beta Was this translation helpful? Give feedback.
-
Hey @dbruning , any update? We'd love to learn more about it too. |
Beta Was this translation helpful? Give feedback.
-
It was a dead-end for me. The process of signing up for WER was terrible and I just never got any data through it. I finally found someone who told me that you need a certain volume of error reports before any will come through; I don't know what that volume is, but I obviously didn't ever get near it. I gave up & implemented my own process to help the user upload dump files saved locally. |
Beta Was this translation helpful? Give feedback.
-
Windows has a built-in system "WER", Windows Error Reporting. It's a service that runs in Windows, detects application crashes, and submits information (minidumps) back to Windows.
It would be useful if Sentry provided some guidance about WER and the effect of adding Sentry to an app:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions