You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to use this new symbol mangling format, but Sentry doesn't seem to quite demangle these properly:
Note in the above image that Sentry doesn't know which crate the stack frame is from, and is failing to strip (what appears to be) some hash from the crate name.
The text was updated successfully, but these errors were encountered:
Rust is changing their symbol mangling strategy; the new version is currently available via a compiler flag:
-C symbol-mangling-version=v0
.See rust tracking issue here: rust-lang/rust#60705
We'd like to use this new symbol mangling format, but Sentry doesn't seem to quite demangle these properly:
Note in the above image that Sentry doesn't know which crate the stack frame is from, and is failing to strip (what appears to be) some hash from the crate name.
The text was updated successfully, but these errors were encountered: