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:
parent
e18a5ef17f
commit
c9b904e606
3 changed files with 25 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ kotlin {
|
|||
|
||||
dependencies {
|
||||
implementation(libs.coroutines.core)
|
||||
implementation(libs.coroutines.test)
|
||||
testImplementation(libs.test.junit)
|
||||
testImplementation(libs.test.truth)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue