-
-
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
SDK version: 2.0.0
react-native
version: 0.61.1
@sentry/react-native
version: 1.3.3
Init Code:
Sentry.init({
dsn: 'https://...@sentry.io/...'
});
I have following issue:
I'm having issue that with 1.3.x when running android with hermes enabled, crash reports look to be broken on sentry dashboard.
Steps to reproduce:
- Build android release using
./gradlew assembleRelease
with hermes engine enabled. - Open the app.
- Produce error.
- See crash report on sentry.io
Actual result:
Expected result:
- Actual crash source map on sentry.io
My yarn.lock
"@sentry/cli@^1.51.0":
"@sentry/core@5.12.4", "@sentry/core@^5.12.0":
"@sentry/hub@5.12.4":
"@sentry/integrations@^5.12.0":
"@sentry/minimal@5.12.4":
"@sentry/react-native@^1.3.2":
"@sentry/types@5.12.4", "@sentry/types@^5.12.0":
"@sentry/utils@5.12.4", "@sentry/utils@^5.12.0":
"@sentry/wizard@^1.1.1":
Metadata
Metadata
Assignees
Labels
No labels