getsentry / symbolicator

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

fix(js): Don't apply minified source context to symbolicated frame #1449

Closed loewenheim closed 5 months ago

loewenheim commented 5 months ago

We clone the minified frame before applying source context to it, because otherwise the unminified frame might end up with nonsensical source context.