Skip to content

Android app is crashing on production after installing sentry #779

@itsyogesh

Description

@itsyogesh

OS:

  • Windows
  • MacOS
  • Linux

Platform:

  • iOS
  • Android

SDK:

  • @sentry/react-native
  • react-native-sentry

SDK version: 1.3.2
react-native version: 0.61.5

Init Code:

Sentry.init({
  dsn: 'https://...@sentry.io/...'
});

I have following issue:
Android is crashing on production, while it works fine on the debug. I am getting the following issue.
Description goes here ...
Running the app on production is causing the following issue.
Screenshot_2020-02-24-09-40-48-763_com miui bugreport

Steps to reproduce:

  • Step Install sentry app, build production with ./gradlew buildRelease
    Running the production app and its crashing.

Actual result:
The app is crashing as soon as its opened.

Expected result:
It should run normally after installing the app.

Metadata

Metadata

Assignees

Labels

No labels
No labels
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions