You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: embrace-android-instrumentation-okhttp/src/main/java/io/embrace/android/embracesdk/internal/instrumentation/okhttp/InterceptorType.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ internal enum class InterceptorType {
13
13
* OkHttp network interceptors are added almost at the end of stack, they are closer to "the wire"
14
14
* so they are not able to see network errors.
15
15
*
16
-
* We use the [EmbraceCustomPathException] to capture the custom path added in the interceptor
16
+
* We use the [io.embrace.android.embracesdk.okhttp3.EmbraceCustomPathException] to capture the custom path added in the interceptor
17
17
* chain process for client errors on requests to a generic URL like a GraphQL endpoint.
Copy file name to clipboardExpand all lines: embrace-android-instrumentation-okhttp/src/main/java/io/embrace/android/embracesdk/internal/instrumentation/okhttp/OkHttpDataSource.kt
Copy file name to clipboardExpand all lines: embrace-android-instrumentation-okhttp/src/main/java/io/embrace/android/embracesdk/okhttp3/EmbraceCustomPathException.kt
Copy file name to clipboardExpand all lines: embrace-android-instrumentation-okhttp/src/test/kotlin/io/embrace/android/embracesdk/internal/instrumentation/okhttp/OkHttpDataSourceTest.kt
0 commit comments