Skip to content
Discussion options

You must be logged in to vote

Hi @JanFellner.

We recently switched to sentry and are pretty happy about it.

Glad to hear!

One thing which currently is a but ugly, especially for the customer side: They are no longer aware about abnormal program terminations.
When checking for issue you start to dig in the windows reliability monitor (perfmon /rel)
This is gathering its information from the windows eventlog.

Yeah, that is a side-effect of how breakpad and crashpad operate. On Windows, crashpad uses the UnhandledExceptionFilter to register crashes in the client, but then defers the actual snapshot to the crashpad_handler, which terminates the application after generating the minidump.

This prevents the UEF from retu…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by supervacuus
Comment options

You must be logged in to vote
1 reply
@JanFellner
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants