Skip to content

Commit a37214f

Browse files
lciancoolguyzone
andauthored
Apply suggestion from @coolguyzone
Co-authored-by: Alex Krawiec <[email protected]>
1 parent ed3d657 commit a37214f

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/android/integrations/ktor-client

1 file changed

+1
-1
lines changed

docs/platforms/android/integrations/ktor-client/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ val ktorClient = HttpClient(Android) {
111111

112112
This feature automatically captures HTTP client errors (like bad response codes) as error events and reports them to Sentry. The error event will contain the `request` and `response` data, including the `url`, `status_code`, and so on.
113113

114-
HTTP client error capturing is enabled by default. The SDK captures HTTP client errors with a response code between `500` and `599`, but you can change this behavior by configuring the plugin:
114+
HTTP client error capturing is enabled by default. The SDK captures HTTP client errors with a response code between `500` and `599` by default, but you can change this behavior by configuring the plugin:
115115

116116
```kotlin
117117
import io.ktor.client.*

0 commit comments

Comments
 (0)