-
-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Labels
Description
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:
- Does Sentry now handle previously-unhandled errors, so that WER won't get involved?
- Is there a way for Sentry to process exceptions but then still allow the application to crash so that WER gets involved?
- Is WER still useful even in a Sentry-enabled app, maybe it can detect situations that are too low-level for Sentry to detect (e.g. dotnet runtime failures)?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
Done