Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
add missing sentry import
Browse files Browse the repository at this point in the history
  • Loading branch information
birkir committed Aug 15, 2019
1 parent 4d6f784 commit b119e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ project.ext.react = [
apply from: "../../node_modules/react-native/react.gradle"

if (project.env.get("SENTRY_ORG") != '') {
apply from: "../../node_modules/react-native-sentry/sentry.gradle"
}

if (project.env.get('CODEPUSH_ACCESS_KEY') != '') {
Expand Down

0 comments on commit b119e66

Please sign in to comment.