Mischan Toosarani-Hausberger
Mischan Toosarani-Hausberger
Thanks, @marandaneto. This issue spans four topics: * updating our stripped-down `libunwindstack` with the upstream changes * conditional compilation of our `libunwindstack` fork for projects targetting API >= 28 to...
Thanks that is valuable feedback. If most clients use pre-compiled packages, we can defer options 2 and 4, which will only make sense if we also have build/deploy use-cases for...
dear @marandaneto, @Swatinem, and @ashwoods (@krystofwoldrich, this is only for completeness' sake since you helped me understand the issue in RN turbo modules). Here is a short update on what...
Yes, and this wouldn't have to register every state update, but could also be just a reference to some process-state store (or just the run UUID).
I can do the testing and create further issues if I see any unwanted behavior.
The default backend on Linux is Breakpad which you can see selected in your CMake configuration log: ```-- SENTRY_BACKEND=breakpad``` The compilation fails because you also need to download the Breakpad...
I hope we've answered your question sufficiently. Feel free to reopen any time if that is not the case.
@arijith96, were you able to verify this? feel free to reopen if you still have issues with this. @p0358, we introduced an `on_crash` hook with [0.5.0](https://github.com/getsentry/sentry-native/releases/tag/0.5.0). Depending on the backend,...
@39otrebla, did those crashes ever reoccur? There is very little to act on based on the exchange in the pre-transfer issue.
You are on the right track, but the functions you are looking for are currently not exposed to the `sentry-native` API. But this is more by accident than by design....