diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d56e513..1b1f1cf5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ - Fixes possible missing TTID measurements and spans - Fix crash when passing array as data to `Sentry.addBreadcrumb({ data: [] })` ([#4021](https://github.com/getsentry/sentry-react-native/pull/4021)) - The expected `data` type is plain JS object, otherwise the data might be lost. -- Fix requireNativeComponent missing in react-native-web #3823 ([#3958](https://github.com/getsentry/sentry-react-native/pull/3958)) +- Fix `requireNativeComponent` missing in `react-native-web` ([#3958](https://github.com/getsentry/sentry-react-native/pull/3958)) ### Dependencies