Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Support process v0 symbols in stack traces #525

Merged
merged 3 commits into from Nov 28, 2022
Merged

Conversation

Swatinem
Copy link
Member

This will now correctly strip the crate hash from new v0 mangled symbols.

We may need to do the same in sentry itself when cleaning symbols that come from serverside symbolication.

fixes #520

Co-authored-by: Kamil Ogórek <kamil.ogorek@gmail.com>
@Swatinem Swatinem enabled auto-merge (squash) November 28, 2022 15:40
@codecov-commenter
Copy link

Codecov Report

Merging #525 (af22e32) into master (b5a7d8e) will increase coverage by 0.08%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #525      +/-   ##
==========================================
+ Coverage   78.68%   78.76%   +0.08%     
==========================================
  Files          77       77              
  Lines        9279     9316      +37     
==========================================
+ Hits         7301     7338      +37     
  Misses       1978     1978              

@Swatinem Swatinem merged commit 6404d60 into master Nov 28, 2022
@Swatinem Swatinem deleted the ref/v0-symbols branch November 28, 2022 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for "v0" (non-legacy) Rust symbol mangling
3 participants