Skip to content

Commit

Permalink
Fix 4.15.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Feb 20, 2023
1 parent 6208297 commit 932956d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@ The React Native SDK version 5 supports both Legacy (from RN 0.65 and above) and

- Collect modules script for XCode builds supports NODE_BINARY to set path to node executable ([#2805](https://github.com/getsentry/sentry-react-native/pull/2805))

### Fixes

- React Native Error Handlers Integration doesn't crash if ErrorUtils are not available ([#2808](https://github.com/getsentry/sentry-react-native/pull/2808))

### Dependencies

- Bump Android SDK from v6.12.1 to v6.14.0 ([#2790](https://github.com/getsentry/sentry-react-native/pull/2790), [#2809](https://github.com/getsentry/sentry-react-native/pull/2809), [#2828](https://github.com/getsentry/sentry-react-native/pull/2828))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6140)
- [diff](https://github.com/getsentry/sentry-java/compare/6.12.1...6.14.0)
- Bump Sample React Native from v0.71.0 to v0.71.1 ([#2767](https://github.com/getsentry/sentry-react-native/pull/2767))
- [changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0711)
- [diff](https://github.com/facebook/react-native/compare/v0.71.0...v0.71.1)
- Bump JavaScript SDK from v7.32.1 to v7.37.2 ([#2785](https://github.com/getsentry/sentry-react-native/pull/2785), [#2799](https://github.com/getsentry/sentry-react-native/pull/2799), [#2818](https://github.com/getsentry/sentry-react-native/pull/2818))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#7372)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.32.1...7.37.2)

## 5.0.0-rc.1

### Fixes
Expand Down

0 comments on commit 932956d

Please sign in to comment.