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:
committed by
Jorge Martin Espinosa
parent
b064b35c93
commit
a4b908bc18
@@ -24,6 +24,7 @@ kotlin {
|
||||
|
||||
dependencies {
|
||||
implementation(libs.coroutines.core)
|
||||
implementation(libs.coroutines.test)
|
||||
testImplementation(libs.test.junit)
|
||||
testImplementation(libs.test.truth)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user