getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.05k stars 4.19k forks source link

Missing stack frame titles #79268

Open sindresorhus opened 2 weeks ago

sindresorhus commented 2 weeks ago

Platform

macOS

Environment

Production

Installed

Swift Package Manager

Version

8.38.0

Xcode Version

16.0

Did it work on previous versions?

No response

Steps to Reproduce

Many stack trace frames show a ? instead of a symbol reference.

Example:

Image

Expected Result

I expected the stack frame to show the method/property at that location.

Actual Result

Stack trace: https://sindresorhus.sentry.io/share/issue/784ced2af05b481d864831afb7c66548/

Are you willing to submit a PR?

No response

philipphofmann commented 2 weeks ago

This looks more like a problem with symbolication. I'm going to transfer this issue to the main repo. This could be related to https://github.com/getsentry/symbolic/issues/873.

getsantry[bot] commented 2 weeks ago

Routing to @getsentry/product-owners-issues-source-maps for triage ⏲️

getsantry[bot] commented 2 weeks ago

Auto-routing to @getsentry/product-owners-issues for triage ⏲️

jangjodi commented 1 week ago

It looks like our symbolication logic is handled by @getsentry/product-owners-processing , so I will transfer it there

getsantry[bot] commented 1 week ago

Routing to @getsentry/product-owners-processing for triage ⏲️

loewenheim commented 1 week ago

Hi, thank you for the report. We'll investigate as soon as possible.