getsentry / symbolicator

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

JS: Improve detection of in-app frames #1504

Closed loewenheim closed 3 months ago

loewenheim commented 3 months ago

is_in_app currently marks the path 'webpack:///web-ux/currency/src/App.jsx' as not in-app. We should probably err on the side of a path being in-app unless it contains node_modules.

loewenheim commented 3 months ago

Fixed as of #1505.