getsentry / symbolicator

Native Symbolication as a Service
https://getsentry.github.io/symbolicator/
MIT License
359 stars 48 forks source link

Split JS processing into its own crate #1316

Closed Swatinem closed 12 months ago

Swatinem commented 1 year ago

I would like to split Symbolicator into a Native and JS part, plus some more generic pieces like caching and downloads into a central part.

This so far splits the JS-specific part out of the main -service crate. Native is to follow at a later time.

skip-changelog

codecov[bot] commented 12 months ago

Codecov Report

Merging #1316 (3238a81) into master (51260f4) will increase coverage by 0.00%. The diff coverage is 92.34%.

@@           Coverage Diff           @@
##           master    #1316   +/-   ##
=======================================
  Coverage   75.68%   75.68%           
=======================================
  Files          91       94    +3     
  Lines       14692    14701    +9     
=======================================
+ Hits        11120    11127    +7     
- Misses       3572     3574    +2