getsentry / symbolicator

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

WIP: Only read relevant parts of proguard files into memory #1488

Closed loewenheim closed 5 months ago

loewenheim commented 5 months ago

Depends upon #1487 and https://github.com/getsentry/rust-proguard/pull/41.

This does a few things:

This change includes a cache version bump because we now store zip archives instead of just proguard files.

loewenheim commented 5 months ago

Superseded by #1491 .