Skip to content

Commit

Permalink
fix(changelog): Correct HTTP Client Errors entry and add an example (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Mar 30, 2023
1 parent 6d44dea commit 3bc3e52
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ const routingInstrumentation = new Sentry.ReactNativeNavigationInstrumentation(N

### Fixes

- Enable iOS HTTP Client Errors only if enabled in RN ([#2931](https://github.com/getsentry/sentry-react-native/pull/2931))
- Add [HttpClient](https://docs.sentry.io/platforms/javascript/configuration/integrations/plugin/#httpclient) to enable HTTP Client Errors on iOS.
- Disable HTTP Client Errors by default on all platform ([#2931](https://github.com/getsentry/sentry-react-native/pull/2931))
- See [HttpClient](https://docs.sentry.io/platforms/javascript/configuration/integrations/plugin/#httpclient) for configuration details.
- Use `enableCaptureFailedRequests` to enable the feature.

```js
Sentry.init({ enableCaptureFailedRequests: true })
```

### Dependencies

Expand Down

0 comments on commit 3bc3e52

Please sign in to comment.