getsentry / symbolicator

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

feat(proguard): Implement frame remapping #1385

Closed loewenheim closed 4 months ago

loewenheim commented 4 months ago

This is a port of JavaStacktraceProcessor.process_frame. It's still missing in_app handling.

loewenheim commented 4 months ago

in_app handling is now implemented.