We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955d1cd commit bd9fb84Copy full SHA for bd9fb84
1 file changed
app/build.gradle.kts
@@ -398,12 +398,15 @@ sentry {
398
}
399
400
includeDependenciesReport.set(true)
401
- includeSourceContext.set(hasSentryConfig)
+ includeSourceContext.set(true)
402
403
// Includes additional source directories into the source bundle.
404
// These directories are resolved relative to the project directory.
405
additionalSourceDirsForSourceContext.set(setOf("src/main/java", "src/main/kotlin"))
406
407
+ org.set("androidacy")
408
+ projectName.set("foxmmm")
409
+ uploadNativeSymbols.set(true)
410
411
412
val abiCodes = mapOf("armeabi-v7a" to 1, "x86" to 2, "x86_64" to 3)
0 commit comments