+Note that the debug information included in the Hermes bundle increases the size of the final shipped bundle, and it's recommended to enable the source maps during the native application build (even when uploaded later manually, as generating the Hermes source maps has a side effect of striping the debug information, saving it to the source map). For automatic source maps upload, follow the [Manual Setup guide](/platforms/react-native/manual-setup/manual-setup/). The Sentry Xcode Scripts and Gradle Plugin automatically enable source maps. If you can't use the automatic upload scripts, enable source maps as described in the [React Native Source Maps guide](https://reactnative.dev/docs/debugging-release-builds#enabling-source-maps).
0 commit comments