Skip to content

Commit 30f653c

Browse files
committed
Add @throws on SentryOkHttpInterceptor::intercept.
Fixes #5653
1 parent d8b6ce1 commit 30f653c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sentry-okhttp/src/main/java/io/sentry/okhttp/SentryOkHttpInterceptor.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public open class SentryOkHttpInterceptor(
7777
}
7878

7979
@Suppress("LongMethod")
80+
@Throws(IOException::class)
8081
override fun intercept(chain: Interceptor.Chain): Response {
8182
var request = chain.request()
8283

0 commit comments

Comments
 (0)