Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lcian committed Feb 24, 2025
1 parent b584414 commit 0b526c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class SentryApollo4HttpInterceptor @JvmOverloads constructor(

return httpResponse
} catch (e: Throwable) {
// https://github.com/apollographql/apollo-kotlin/issues/4711 will change error handling in v4
// client errors don't throw anymore in v4, but we should still be able to detect all of them by looking at the status code and/or errors in the response body
when (e) {
is ApolloHttpException -> {
statusCode = e.statusCode
Expand Down

0 comments on commit 0b526c7

Please sign in to comment.