feat: build config for sentry mapping upload

Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
Infi 2023-04-23 20:08:20 +02:00
parent 18867495d9
commit 2844d8e340
2 changed files with 5 additions and 0 deletions

View File

@ -101,6 +101,10 @@ android {
namespace 'chat.revolt'
}
sentry {
autoUploadProguardMapping = property('revoltbuild.properties', 'sentry.upload_mappings', 'RVX_SENTRY_UPLOAD_MAPPINGS') == 'true'
}
dependencies {
// Android/Kotlin Core
implementation 'androidx.core:core-ktx:1.10.0'

View File

@ -1,3 +1,4 @@
sentry.dsn=
sentry.upload_mappings=true
analysis.enabled=false
analysis.base_url=