Update @sentry+react-native+4.6.0.patch

This commit is contained in:
Avinash Lingaloo
2022-10-14 12:53:19 +04:00
parent fc6b720ce8
commit f971b29ba5

View File

@@ -1,13 +1,13 @@
diff --git a/node_modules/@sentry/react-native/sentry.gradle b/node_modules/@sentry/react-native/sentry.gradle
index c54bf8c..503331c 100644
index c54bf8c..33364e9 100644
--- a/node_modules/@sentry/react-native/sentry.gradle
+++ b/node_modules/@sentry/react-native/sentry.gradle
@@ -173,7 +173,7 @@ gradle.projectsEvaluated {
}
// register clean task extension
- cliCleanUpTask.onlyIf { shouldCleanUp }
+// cliCleanUpTask.onlyIf { shouldCleanUp }
// due to chaining the last value of previousCliTask will be the final
// upload task, after which the cleanup can be done
previousCliTask.finalizedBy cliCleanUpTask
@@ -134,7 +134,7 @@ gradle.projectsEvaluated {
"--url", sentryProps.get("defaults.url"),
"--auth-token", sentryProps.get("auth.token")
])
- args.addAll(["react-native", "gradle",
+ args.addAll(["react-native", "gradle","--debug",
"--bundle", bundleOutput, // The path to a bundle that should be uploaded.
"--sourcemap", sourcemapOutput, // The path to a sourcemap that should be uploaded.
"--release", releaseName, // The name of the release to publish.