From 11e605c1b15914b4cc19df164443b2883f4944e6 Mon Sep 17 00:00:00 2001 From: Vincent TE Date: Thu, 17 Oct 2024 12:31:53 +0200 Subject: [PATCH] Remove uploadNativeSymbols --- app/build.gradle.kts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5ec6a2dea..29b28d447 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -69,12 +69,7 @@ sentry { // If you disable this, you'll need to manually upload the mapping files with sentry-cli when you do a release. // Default is enabled. autoUploadProguardMapping = true - - // Disables or enables the automatic configuration of Native Symbols for Sentry. - // This executes sentry-cli automatically so you don't need to do it manually. - // Default is disabled. - uploadNativeSymbols = true - + // Does or doesn't include the source code of native code for Sentry. // This executes sentry-cli with the --include-sources param. automatically so you don't need to do it manually. // Default is disabled.