Arpad Borsos

Results 349 comments of Arpad Borsos

Thanks for reaching out, I think using the defines to redirect to our own malloc/free is a good idea indeed.

That is good feedback, I have forwarded this internally to figure out how this fits in the broader release health story.

We are currently rethinking if we would like to split this hook up into different ones. The problem is that in the case of a hard crash, this hook actually...

The docs are partly out of date. We got the `before_send` hook working on Windows and Linux. However macOS is the odd one out here that still does not support...

Depending on the crash backend, we may also have a full event object (in case of inproc). We could think about exposing a new hook that is only called in...

There are multiple items, and I’m not sure the header parser does offset its error messages. In any case, having the full envelope would be really valuable here.

Okay, this is super interesting. This might be a bit far fetched, but… We get the path to the minidump from breakpad here: https://github.com/getsentry/sentry-native/blob/f75ae734b3e7c44ffc7934569b23f700669c7c8d/src/backends/sentry_backend_breakpad.cpp#L90 We attach it to the event...

@michirod is this something you can reliably reproduce? Can you maybe try to avoid the `sentry__path_filename` call, and see if that creates a valid envelope? Otherwise it might be worth...

Thanks for investigating! So this means that breakpad itself seems to be broken, unless sentry is broken when initializing, which I doubt since your first log prints the database path...