Mischan Toosarani-Hausberger

Results 16 issues of Mischan Toosarani-Hausberger

Since we now have a binary release channel, we should introduce checks regarding exported symbol stability (we have a linker-script for `libsentry.so` but not for `libsentry-android.so`, etc.) and similar issues...

enhancement
area: build
area: release
Platform: Native

As we talked about @JoshuaMoelans. #skip-changelog

This allows users to change the currently hard-coded handler stack size during the build. Summary: * The default value is 64 KiB, equivalent to our current hard-coded value. This means...

This is a very early approach to fix https://github.com/getsentry/sentry-native/issues/1026 This is mostly meant for integration in the alpha/beta build sequence of `sentry-native`, `sentry-android`, and `sentry-dotnet` to test against the dotnet-maui...

This is a new requirement from using the `inproc` backend in the dotnet runtime (via `sentry-android`). A detailed explanation of the behavior is here: https://github.com/dotnet/android/issues/9055#issuecomment-2261347912 There are multiple ways to...

Platform: Native

This is a follow-up issue to #1001. We currently load attachments via `sentry__envelope_add_from_path` into memory before adding them to the internal envelope structure: https://github.com/getsentry/sentry-native/blob/45fa26b127195ada66f24b51160c867e11f824ec/src/sentry_envelope.c#L358-L375 Since #1001 relates to a customer...

area: core
Platform: Native