getsentry / symbolic

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

Emit a MODULE record for PE files #814

Closed Swatinem closed 9 months ago

Swatinem commented 9 months ago

PE files reference their corresponding debug file via name and DebugId. We can put these in a CfiCache MODULE entry to be able to backfill a missing DebugFile/DebugId in a minidump.

Companion PR: https://github.com/getsentry/symbolicator/pull/1305

skip-changelog

codecov[bot] commented 9 months ago

Codecov Report

Merging #814 (3c6f486) into master (480e680) will decrease coverage by 0.06%. The diff coverage is 0.00%.

:exclamation: Current head 3c6f486 differs from pull request most recent head baaf423. Consider uploading reports for the commit baaf423 to get more accurate results

@@            Coverage Diff             @@
##           master     #814      +/-   ##
==========================================
- Coverage   74.89%   74.83%   -0.06%     
==========================================
  Files          63       63              
  Lines       15660    15671      +11     
==========================================
  Hits        11728    11728              
- Misses       3932     3943      +11