diff --git a/CHANGELOG.md b/CHANGELOG.md index 173403574c..5a19a58726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ### Features -- Adds Metrics Beta for iOS ([#5402](https://github.com/getsentry/sentry-react-native/pull/5402)) +- Adds Metrics Beta ([#5402](https://github.com/getsentry/sentry-react-native/pull/5402)) - Improves Expo Router integration to optionally include full paths to components instead of just component names ([#5414](https://github.com/getsentry/sentry-react-native/pull/5414)) - Report slow and frozen frames as TTID/TTFD span data ([#5419](https://github.com/getsentry/sentry-react-native/pull/5419)) - Report slow and frozen frames on spans created through the API ([#5420](https://github.com/getsentry/sentry-react-native/issues/5420)) @@ -22,12 +22,12 @@ ### Dependencies -- Bump Android SDK from v8.27.0 to v8.28.0 ([#5404](https://github.com/getsentry/sentry-react-native/pull/5404), [#5438](https://github.com/getsentry/sentry-react-native/pull/5438)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8280) - - [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.28.0) -- Bump Android SDK Stubs from v8.27.0 to v8.28.0 ([#5405](https://github.com/getsentry/sentry-react-native/pull/5405), [#5439](https://github.com/getsentry/sentry-react-native/pull/5439)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8280) - - [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.28.0) +- Bump Android SDK from v8.27.0 to v8.29.0 ([#5404](https://github.com/getsentry/sentry-react-native/pull/5404), [#5438](https://github.com/getsentry/sentry-react-native/pull/5438), [#5476](https://github.com/getsentry/sentry-react-native/pull/5476)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8290) + - [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.29.0) +- Bump Android SDK Stubs from v8.27.0 to v8.29.0 ([#5405](https://github.com/getsentry/sentry-react-native/pull/5405), [#5439](https://github.com/getsentry/sentry-react-native/pull/5439), [#5475](https://github.com/getsentry/sentry-react-native/pull/5475)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8290) + - [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.29.0) - Bump JavaScript SDK from v10.26.0 to v10.30.0 ([#5406](https://github.com/getsentry/sentry-react-native/pull/5406), [#5429](https://github.com/getsentry/sentry-react-native/pull/5429), [#5442](https://github.com/getsentry/sentry-react-native/pull/5442), [#5454](https://github.com/getsentry/sentry-react-native/pull/5454)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10300) - [diff](https://github.com/getsentry/sentry-javascript/compare/10.26.0...10.30.0) diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index 2a61dbaf23..1cdc58b404 100644 --- a/packages/core/android/build.gradle +++ b/packages/core/android/build.gradle @@ -55,5 +55,5 @@ android { dependencies { compileOnly files('libs/replay-stubs.jar') implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:8.28.0' + api 'io.sentry:sentry-android:8.29.0' } diff --git a/packages/core/android/libs/replay-stubs.jar b/packages/core/android/libs/replay-stubs.jar index c4cc1f2be8..d3595cfa74 100644 Binary files a/packages/core/android/libs/replay-stubs.jar and b/packages/core/android/libs/replay-stubs.jar differ diff --git a/packages/core/android/replay-stubs/build.gradle b/packages/core/android/replay-stubs/build.gradle index 7fbd47b857..84aa9fbbff 100644 --- a/packages/core/android/replay-stubs/build.gradle +++ b/packages/core/android/replay-stubs/build.gradle @@ -18,5 +18,5 @@ tasks.named('jar', Jar) { } dependencies { - compileOnly 'io.sentry:sentry:8.28.0' + compileOnly 'io.sentry:sentry:8.29.0' }