We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c72dd commit eb5d294Copy full SHA for eb5d294
sentry-okhttp/src/main/java/io/sentry/okhttp/SentryOkHttpInterceptor.kt
@@ -33,7 +33,7 @@ import java.io.IOException
33
* @param hub The [IHub], internal and only used for testing.
34
* @param beforeSpan The [ISpan] can be customized or dropped with the [BeforeSpanCallback].
35
* @param captureFailedRequests The SDK will only capture HTTP Client errors if it is enabled,
36
- * Defaults to false.
+ * Defaults to true.
37
* @param failedRequestStatusCodes The SDK will only capture HTTP Client errors if the HTTP Response
38
* status code is within the defined ranges.
39
* @param failedRequestTargets The SDK will only capture HTTP Client errors if the HTTP Request URL
0 commit comments