-
-
Notifications
You must be signed in to change notification settings - Fork 353
Closed
Description
OS:
- Windows
- MacOS
- Linux
Platform:
- iOS
- Android
SDK:
-
@sentry/react-native
-
react-native-sentry
react-native
version: 0.61.2
SDK version: 1.3.0
Init Code:
Sentry.init({
dsn: 'https://...@sentry.io/...'
});
I have the following issue:
After update today from 1.2.2 to 1.3.0 with Hermes support, I ran iOS build in release mode and added following line to create crash:
throw new Error ('New Sentry!')
I ran assembleRelease for android and then regular build with the error.
Steps to reproduce:
- yarn add @sentry/react-native@latest
- pod install (it updated sentry/react-native to 1.3.0)
- watchman watch-del-all && rm -f yarn.lock && rm -rf node_modules && yarn && yarn start --reset-cache
Actual result:
I don't see sourcemaps for iOS anymore.
I don't see sourcemaps for android, but 1.3.0 sees Hermes engine.
Expected result:
I would like to be able to see the source of error for ios and android.
Thank you!
Bardiamist, desmondmc, crazyjooe, jacquesdev, jamesholcomb and 2 more
Metadata
Metadata
Assignees
Labels
No labels