Skip to content

Native AOT - attach debug images #2700

@vaind

Description

@vaind

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions