feat(core): manually wire in Sentry OkHttp integration

This commit is contained in:
Harsh Shandilya 2023-06-07 21:04:24 +05:30
parent 6e291a8df1
commit a5be35a667
No known key found for this signature in database
3 changed files with 10 additions and 0 deletions

View file

@ -22,8 +22,10 @@ dependencies {
api(libs.okhttp.loggingInterceptor)
implementation(platform(libs.okhttp.bom))
implementation(platform(libs.sentry.bom))
implementation(libs.dagger)
implementation(libs.napier)
implementation(libs.okhttp.core)
implementation(libs.retrofit.kotlinxSerializationConverter)
implementation(libs.sentry.okhttp)
}