fix(native/breakpad): capture abort() on Windows#1708
fix(native/breakpad): capture abort() on Windows#1708
Conversation
|
A) Do we care to share the handler code somewhere? |
I don't think this is a high-value module for reuse or downstream maintenance. Maybe one could even argue that keeping implementations separate allows the backends to add backend-specific context that should be distinct with the underlying UEF implementation.
I would call it a fix, but I don't think it matters much. |
I ended up with a shared helper after all, because including |
The handler was directly copied from inproc (#1446):
sentry-native/src/backends/sentry_backend_inproc.c
Lines 593 to 629 in 104513c
Example event: https://sentry-sdks.sentry.io/issues/7467638795
Close: #591