From bd9fb84d8c946548cc665af897756e8c3031f1f9 Mon Sep 17 00:00:00 2001 From: androidacy-user Date: Sat, 29 Jul 2023 14:01:29 -0400 Subject: [PATCH] update config Signed-off-by: androidacy-user --- app/build.gradle.kts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e3e05874..888d6483 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -398,12 +398,15 @@ sentry { } includeDependenciesReport.set(true) - includeSourceContext.set(hasSentryConfig) + includeSourceContext.set(true) // Includes additional source directories into the source bundle. // These directories are resolved relative to the project directory. additionalSourceDirsForSourceContext.set(setOf("src/main/java", "src/main/kotlin")) + org.set("androidacy") + projectName.set("foxmmm") + uploadNativeSymbols.set(true) } val abiCodes = mapOf("armeabi-v7a" to 1, "x86" to 2, "x86_64" to 3)