From 4267b8a9819f1ac34a43135ecd82fec51ccf245f Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Mon, 24 Apr 2023 23:00:11 +0200 Subject: [PATCH] chore: auto-upload sentry source-maps on Android --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 2f636a3..d0bfc47 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -83,6 +83,7 @@ project.ext.react = [ ] apply from: "../../node_modules/react-native/react.gradle" +apply from: "../../node_modules/@sentry/react-native/sentry.gradle" /** * Set this to true to create two separate APKs instead of one: