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”. Screen Shot 2021-12-06 at 18 10 10

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)

Most upvoted comments

@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 patch with https://github.com/getsentry/sentry-cocoa/pull/1596.