sentry-react-native
sentry-react-native copied to clipboard
Use Hermes Bytecode hash as Debug ID
Description
Currently, we are using the plain JS hash as the Debug ID. Which doesn't differentiate between plain JS and Hermes bundles.
For Hermes Bundles we can use the hash from the bytecode footer.
Details in https://github.com/facebook/hermes/discussions/1122