Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected path info in stack.package after upgrade SDK to 8.36.0 #4422

Open
ShiBody opened this issue Oct 10, 2024 · 1 comment
Open

Unexpected path info in stack.package after upgrade SDK to 8.36.0 #4422

ShiBody opened this issue Oct 10, 2024 · 1 comment

Comments

@ShiBody
Copy link

ShiBody commented Oct 10, 2024

Platform

macOS

Environment

Production

Installed

Manually

Version

8.36.0

Xcode Version

15.4

Did it work on previous versions?

Yes, 8.0.0

Steps to Reproduce

Stack. package shows unexpected local path infos after upgrade

  1. open discover
  2. add stack.package column
  3. see package with path infos

Expected Result

Image

Actual Result

Image

Are you willing to submit a PR?

No response

@philipphofmann
Copy link
Member

We fixed this as the package property should contain the full path of the assembly, see develop docs:

The "package" the frame was contained in. Depending on the platform, this can
be different things. For C#, it can be the name of the assembly. For native
code, it can be the path of the dynamic library, etc.

@ShiBody, you now actually get more information on the package. Can you explain why this is a problem for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting for: Community
Status: Needs More Information
Development

No branches or pull requests

2 participants