File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1212 - Fixes possible missing TTID measurements and spans
1313- Fix crash when passing array as data to ` Sentry.addBreadcrumb({ data: [] }) ` ([ #4021 ] ( https://github.com/getsentry/sentry-react-native/pull/4021 ) )
1414 - The expected ` data ` type is plain JS object, otherwise the data might be lost.
15- - Fix requireNativeComponent missing in react-native-web # 3823 ([ #3958 ] ( https://github.com/getsentry/sentry-react-native/pull/3958 ) )
15+ - Fix ` requireNativeComponent ` missing in ` react-native-web ` ([ #3958 ] ( https://github.com/getsentry/sentry-react-native/pull/3958 ) )
1616
1717### Dependencies
1818
1919- Bump JavaScript SDK from v7.117.0 to v7.118.0 ([ #4018 ] ( https://github.com/getsentry/sentry-react-native/pull/4018 ) )
2020 - [ changelog] ( https://github.com/getsentry/sentry-javascript/blob/v7/CHANGELOG.md#71180 )
2121 - [ diff] ( https://github.com/getsentry/sentry-javascript/compare/7.117.0...7.118.0 )
22+ - Bump Android SDK from v7.13.0 to v7.14.0 ([ #4022 ] ( https://github.com/getsentry/sentry-react-native/pull/4022 ) )
23+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140 )
24+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/7.13.0...7.14.0 )
2225
2326## 5.28.0
2427
Original file line number Diff line number Diff line change @@ -54,5 +54,5 @@ android {
5454
5555dependencies {
5656 implementation ' com.facebook.react:react-native:+'
57- api ' io.sentry:sentry-android:7.13 .0'
57+ api ' io.sentry:sentry-android:7.14 .0'
5858}
You can’t perform that action at this time.
0 commit comments