symbolic icon indicating copy to clipboard operation
symbolic copied to clipboard

ref: Skip parsing Minified Source when dealing with Metro/Hermes

Open Swatinem opened this issue 3 years ago • 0 comments

The Metro/Hermes SourceMaps have scopes embedded in them which we now prefer. In that case, we can completely skip parsing and extracting scopes from the minified JS.

This depends on having https://github.com/getsentry/rust-sourcemap/pull/48 in a published release.

Swatinem avatar Aug 16 '22 14:08 Swatinem