Skip to content

Guidance on the relationship between Sentry and Windows Error Reporting #1148

@dbruning

Description

@dbruning

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    BlockedQuestionFurther information is requested

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions