-
-
Notifications
You must be signed in to change notification settings - Fork 227
Closed
Milestone
Description
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.
- linux & windows (sentry-native): sentry-native SDK integration #2704
- macos (sentry-native): feat: sentry-native macOS integration #2767
Metadata
Metadata
Assignees
Labels
No labels