Skip to content

Commit 3bc3e52

Browse files
fix(changelog): Correct HTTP Client Errors entry and add an example (#2942)
1 parent 6d44dea commit 3bc3e52

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ const routingInstrumentation = new Sentry.ReactNativeNavigationInstrumentation(N
1414

1515
### Fixes
1616

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+
```
1924

2025
### Dependencies
2126

0 commit comments

Comments
 (0)