getsentry / symbolicator

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

fix(proguard): Correctly compute source file name #1441

Closed loewenheim closed 2 months ago

loewenheim commented 2 months ago

In porting the Python code, I mistakenly split on the last $ character instead of the first.