Skip to content

Commit f433843

Browse files
chore(deps): update Android SDK to v7.14.0 (#4022)
1 parent 1787bed commit f433843

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@
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

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ android {
5454

5555
dependencies {
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
}

0 commit comments

Comments
 (0)