getsentry/symbolic

Demangle stack trace in Python

fzyzcjy opened this issue · 0 comments

Hi thanks for the library! I wonder how should I demangle the symbols? It seems it is in Rust API

print!("{}", name.try_demangle(DemangleOptions::name_only()));
, but searching demangle in py folder yields nothing.

Related: #799 (comment)