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

Native AOT - attach debug images #2700

Closed
2 tasks done
vaind opened this issue Oct 5, 2023 · 2 comments
Closed
2 tasks done

Native AOT - attach debug images #2700

vaind opened this issue Oct 5, 2023 · 2 comments
Milestone

Comments

@vaind
Copy link
Collaborator

vaind commented Oct 5, 2023

Native AOT builds are really a native app and the stack traces come with instruction addresses. Therefore, to symbolicate this on Sentry, we need to append a list of debug images currently loaded, including the load address. We can either build this list manually by calling appropriate native platform-specific endpoints or use existing functionality from sentry-native. The latter seems like a better idea because in the future we may also want to use sentry-native for crash handling.

Related: #2247 and #2692

@bruno-garcia
Copy link
Member

do we have integration tests to avoid regressions on this? I imagine something like the unity repo with the app getting launched then asserting on envelope sent

@vaind
Copy link
Collaborator Author

vaind commented Nov 1, 2023

do we have integration tests to avoid regressions on this? I imagine something like the unity repo with the app getting launched then asserting on envelope sent

#2772

@vaind vaind closed this as completed Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants