getsentry / symbolic

Stack trace symbolication library written in Rust
https://github.com/getsentry/symbolic#readme
MIT License
436 stars 75 forks source link

enhance: make mapping by params initialization optional (android deobfuscation) #823

Closed viglia closed 7 months ago

viglia commented 7 months ago

This follow the changes in https://github.com/getsentry/rust-proguard/pull/34

This will allow us to make mappings_by_params initialization optional so that we don't incur in unnecessary memory increase in those part of sentry services where deobfuscation based on parameters list instead of line numbers is not necessary.

codecov[bot] commented 7 months ago

Codecov Report

Merging #823 (4e9765a) into master (a7ae668) will increase coverage by 0.00%. Report is 3 commits behind head on master. The diff coverage is 66.66%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #823 +/- ## ======================================= Coverage 74.81% 74.82% ======================================= Files 63 63 Lines 15678 15685 +7 ======================================= + Hits 11730 11736 +6 - Misses 3948 3949 +1 ```