sentry-cocoa: Shows unknown "Called from" stack frame in crash report
Environment
SaaS (https://sentry.io/)
Version
Sentry Cocoa 7.5.2
Steps to Reproduce
Expected Result
I expected to see the name of each stack frame.
Actual Result
The first stack frame is “unknown” and “redacted”.

This is a macOS app using the SwiftUI App protocol.
About this issue
- Original URL
- State: open
- Created 3 years ago
- Comments: 22 (13 by maintainers)
@jan-auer the logic for loading binary images is in SentryCrashDynamicLinker. The original file KSDynamicLinker doesn’t contain any new patches that we don’t have yet. I already applied the latest patch of
accumulative patchwith https://github.com/getsentry/sentry-cocoa/pull/1596.