-
-
Notifications
You must be signed in to change notification settings - Fork 14
WASM symbolication issues #516
Copy link
Copy link
Open
Labels
Bugsomething isn't working as it shouldsomething isn't working as it shouldErrorsissues relates to the error reporting productissues relates to the error reporting productGodotplatform labelplatform label
Metadata
Metadata
Assignees
Labels
Bugsomething isn't working as it shouldsomething isn't working as it shouldErrorsissues relates to the error reporting productissues relates to the error reporting productGodotplatform labelplatform label
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status
In my tests, WASM symbolication is failing even though symbols are uploaded and binaries contain valid debug IDs. The issue appears to be in the module detection, so debug images aren't showing up in
debug_meta.images, and Sentry has nothing to match symbols against. Need to investigate it further to confirm it.