mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
feat(core): manually wire in Sentry OkHttp integration
This commit is contained in:
parent
6e291a8df1
commit
a5be35a667
3 changed files with 10 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue