sentry-react-native: Broken hermes crash reports on 1.3.0-1.3.3 (Android)

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:

link shared link

image

image

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":

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 15 (13 by maintainers)

Most upvoted comments

@HazAT @marandaneto it was deprecated sentry DSN that was causing it 😃