Skip to content

Commit eb5d294

Browse files
marcin-kozinskiadinauerstefanosiano
authored
docs(okhttp): update documented default value to match actual (#3800)
Co-authored-by: Alexander Dinauer <[email protected]> Co-authored-by: Stefano <[email protected]>
1 parent a8c72dd commit eb5d294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import java.io.IOException
3333
* @param hub The [IHub], internal and only used for testing.
3434
* @param beforeSpan The [ISpan] can be customized or dropped with the [BeforeSpanCallback].
3535
* @param captureFailedRequests The SDK will only capture HTTP Client errors if it is enabled,
36-
* Defaults to false.
36+
* Defaults to true.
3737
* @param failedRequestStatusCodes The SDK will only capture HTTP Client errors if the HTTP Response
3838
* status code is within the defined ranges.
3939
* @param failedRequestTargets The SDK will only capture HTTP Client errors if the HTTP Request URL

0 commit comments

Comments
 (0)