Integrate the new use case with Sentry

We'll upload the store sizes as different fields so we can later use them to filter transaction/issues
This commit is contained in:
Jorge Martín
2025-12-16 16:52:08 +01:00
committed by Jorge Martin Espinosa
parent b064b35c93
commit a4b908bc18
3 changed files with 25 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ kotlin {
dependencies {
implementation(libs.coroutines.core)
implementation(libs.coroutines.test)
testImplementation(libs.test.junit)
testImplementation(libs.test.truth)
}