feat: build config for sentry mapping upload
Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
parent
18867495d9
commit
2844d8e340
|
|
@ -101,6 +101,10 @@ android {
|
||||||
namespace 'chat.revolt'
|
namespace 'chat.revolt'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sentry {
|
||||||
|
autoUploadProguardMapping = property('revoltbuild.properties', 'sentry.upload_mappings', 'RVX_SENTRY_UPLOAD_MAPPINGS') == 'true'
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// Android/Kotlin Core
|
// Android/Kotlin Core
|
||||||
implementation 'androidx.core:core-ktx:1.10.0'
|
implementation 'androidx.core:core-ktx:1.10.0'
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
sentry.dsn=
|
sentry.dsn=
|
||||||
|
sentry.upload_mappings=true
|
||||||
analysis.enabled=false
|
analysis.enabled=false
|
||||||
analysis.base_url=
|
analysis.base_url=
|
||||||
Loading…
Reference in New Issue