sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Use Hermes Bytecode hash as Debug ID

Open krystofwoldrich opened this issue 2 years ago • 0 comments

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

krystofwoldrich avatar Oct 06 '23 13:10 krystofwoldrich