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.