Mischan Toosarani-Hausberger

Results 83 comments of Mischan Toosarani-Hausberger

Hi, @realkosty! If I understand correctly, you ask whether sending every envelope (or only crashes) to two (or more) endpoints is possible instead of one. That is currently not possible....

> Possibly should be `CMAKE_MSVC_RUNTIME_LIBRARY`? No, the name of the target property is `MSVC_RUNTIME_LIBRARY` ([CMake docs](https://cmake.org/cmake/help/latest/prop_tgt/MSVC_RUNTIME_LIBRARY.html)). `CMAKE_MSVC_RUNTIME_LIBRARY` is a variable that you can set via the command line that initializes...

The raised topics in this PR concerning the CMake config/build parameters when using the MSBuild generator are all valid points. But I think we covered them in the docs a...

Hi, @yuta-ishii-ts! AFAIK the current iOS support in the Native SDK is considered experimental. What does this mean concretely: * the current goto SDK for anything *OS is `sentry-cocoa` *...

Thanks for testing the curl-transport on iOS, @StasDzundzaGL. I guess there was a reason why it was deliberately disabled for the iOS build, but it might no longer hold. @Swatinem,...

I am not sure what you mean @yuta-ishii-ts. According to https://github.com/getsentry/sentry-native/issues/493#issuecomment-2032678178, it seems like there is no need to patch anything. You only need to tell the build to use...

Thanks @yuta-ishii-ts! Then let me clarify a bit: * we typically do not add transports to our mobile builds because packaging `curl` in a mobile artifact is often not desired...

@ashwoods, since this is assigned to you: I think this will be a while before anyone will be working on this. Is there another reason not to close this? Is...

FYI: This is related with the investigation here: https://github.com/getsentry/sentry-native/issues/743#issuecomment-1279098537

However, tombstones won't necessarily decode what caused the `SIGABRT`. There is a good chance that the `SIGABRT` was an unhandled C++ exception, which would require a [terminate handler](https://en.cppreference.com/w/cpp/error/terminate) to decode...