mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 01:47:03 +05:30
fix(api): remove sentry-okhttp integration
This keeps logging HTTP 500 errors despite me opting out of them Fixes COMPOSE-LOBSTERS-2T
This commit is contained in:
parent
24a4d20a03
commit
c8eaf8d769
3 changed files with 1 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright © 2022-2023 Harsh Shandilya.
|
||||
* Copyright © 2022-2024 Harsh Shandilya.
|
||||
* Use of this source code is governed by an MIT-style
|
||||
* license that can be found in the LICENSE file or at
|
||||
* https://opensource.org/licenses/MIT.
|
||||
|
@ -27,5 +27,4 @@ dependencies {
|
|||
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