getsentry / symbolic

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

feat: Add SourceLink support to SourceBundles #804

Closed loewenheim closed 11 months ago

loewenheim commented 11 months ago

Based on https://github.com/getsentry/symbolic/pull/803.

This adds a source_links map to the sourcebundle manifest, but for now there are no methods for populating it. Lookup functionality is included, however.

github-actions[bot] commented 11 months ago
Messages
:book: Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by :no_entry_sign: dangerJS against 89a405393f18f34d8890a96512ff61e2f6506e1c

codecov[bot] commented 11 months ago

Codecov Report

Merging #804 (eba0142) into master (760f7c4) will increase coverage by 0.08%. The diff coverage is 100.00%.

:exclamation: Current head eba0142 differs from pull request most recent head 89a4053. Consider uploading reports for the commit 89a4053 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #804 +/- ## ========================================== + Coverage 74.80% 74.89% +0.08% ========================================== Files 63 63 Lines 15603 15656 +53 ========================================== + Hits 11672 11725 +53 Misses 3931 3931 ```