Philipp Hofmann

Results 731 comments of Philipp Hofmann

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 ![CleanShot 2023-10-31 at 15 51 08@2x](https://github.com/getsentry/sentry-cocoa/assets/2443292/3ca81ddd-c37c-4963-ac29-25b025975e2f) and for our macOS sample app: https://sentry-sdks.sentry.io/issues/4409194420/events/eca0ab201ffb4aa79ca342b207eebfaa/ ![CleanShot 2023-10-31 at 15 48 53@2x](https://github.com/getsentry/sentry-cocoa/assets/2443292/bd352e32-c3af-4a7d-8bf6-a1ffb979fff5) 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.