File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,13 @@ const routingInstrumentation = new Sentry.ReactNativeNavigationInstrumentation(N
14
14
15
15
### Fixes
16
16
17
- - Enable iOS HTTP Client Errors only if enabled in RN ([ #2931 ] ( https://github.com/getsentry/sentry-react-native/pull/2931 ) )
18
- - Add [ HttpClient] ( https://docs.sentry.io/platforms/javascript/configuration/integrations/plugin/#httpclient ) to enable HTTP Client Errors on iOS.
17
+ - Disable HTTP Client Errors by default on all platform ([ #2931 ] ( https://github.com/getsentry/sentry-react-native/pull/2931 ) )
18
+ - See [ HttpClient] ( https://docs.sentry.io/platforms/javascript/configuration/integrations/plugin/#httpclient ) for configuration details.
19
+ - Use ` enableCaptureFailedRequests ` to enable the feature.
20
+
21
+ ``` js
22
+ Sentry .init ({ enableCaptureFailedRequests: true })
23
+ ```
19
24
20
25
### Dependencies
21
26
You can’t perform that action at this time.
0 commit comments