1
0

feat: add sentry

This commit is contained in:
2025-05-23 12:12:16 +03:00
parent 5f7d4c0163
commit 2f4cfa33ad
3 changed files with 47 additions and 0 deletions
+2
View File
@@ -11,6 +11,7 @@ lifecycleRuntimeKtx = "2.8.7"
activityCompose = "1.10.1"
composeBom = "2024.04.01"
logbackClassic = "1.2.11"
sentry = "8.12.0"
splittiesFunPackAndroidBase = "3.0.0"
[libraries]
@@ -35,6 +36,7 @@ ktor-client-json = { module = "io.ktor:ktor-client-json", version.ref = "ktor" }
ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logbackClassic" }
sentry = { module = "io.sentry:sentry-android", version.ref = "sentry" }
splitties-base = { module = "com.louiscad.splitties:splitties-fun-pack-android-base", version.ref = "splittiesFunPackAndroidBase" }
[plugins]