getsentry / symbolicator

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

fix(proguard): Don't set `in_app` if frame wasn't mapped #1440

Closed loewenheim closed 2 months ago

loewenheim commented 2 months ago

This was a subtle difference between Symbolicator and Python: we erroneously set a frame's in_app field even if we didn't map it. This fixes that problem and also adds a test.