symbolic-sourcemap 8.8.0

A library to process JavaScript sourcemaps and resolve symbols in minified source code or stack traces.
Documentation
1
2
3
4
5
6
7
8
9
## react-native-hermes.map

This SourceMap is one generated by the `react-native` + `hermes` pipeline.
See the `rust-sourcemap` repo for instructions on how to generate it.
Additionally, it was processed by `sentry-cli`, which basically inlines all the `sourceContent`s.

## react-native-metro.js.map

This is the SourceMap as generated by `metro` alone, without running the code through `hermes`.