Philipp Hofmann
Philipp Hofmann
@amadeu01, sadly not yet, no.
We could do something similar as [this code does](https://github.com/bugsnag/bugsnag-cocoa/blob/c730af7a4676617d82394782300df997d9a356cd/Bugsnag/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSMachHeaders.c#L85-L109), but we must respect the license.
I still see this happening for our iOSSwift sample app  and for our macOS sample app: https://sentry-sdks.sentry.io/issues/4409194420/events/eca0ab201ffb4aa79ca342b207eebfaa/  cc...
@martindufort, can you please check https://github.com/getsentry/sentry-cocoa/issues/1667#issuecomment-1331819969. The feature should work correctly.
@martindufort, as pointed out above, the feature should work correctly. Please reopen the issue with more details if it doesn't work.
@sebmarchand, as you mentioned, you can always create your SentryEvent and fill it with whatever stacktrace you like. You can do something like ``` let event = Event() event.stacktrace =...
@sebmarchand, hmm, I think now I get it slowly. > Having something similar to [sentry_event_value_add_stacktrace in sentry-native](https://github.com/getsentry/sentry-native/blob/dc43150d35a4171634855f3c0dd915e78754f90b/include/sentry.h#L490) would be perfect. Any suggestions on how to design this solution? So yes,...
@sebmarchand, I created a new issue for this, see https://github.com/getsentry/sentry-cocoa/issues/3907, but I can't give you an ETA.
Closing this as it worked when upgrading to sentry_flutter to v6.5.1. Please reopen if the issue persists.
This was fixed with #2724.