Skip to content

Commit ae36d8d

Browse files
authored
Merge branch 'main' into antonis/RN-485
2 parents 7144571 + 315d33d commit ae36d8d

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,21 @@
1818
- Deep merge custom `styles` with defaults in `FeedbackWidget` instead of replacing them ([#5625](https://github.com/getsentry/sentry-react-native/pull/5625))
1919
- Note that partial style overrides now preserve default properties like padding and borders
2020

21+
### Dependencies
22+
23+
- Bump Android SDK from v8.31.0 to v8.32.0 ([#5633](https://github.com/getsentry/sentry-react-native/pull/5633))
24+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8320)
25+
- [diff](https://github.com/getsentry/sentry-java/compare/8.31.0...8.32.0)
26+
- Bump Android SDK Stubs from v8.31.0 to v8.32.0 ([#5634](https://github.com/getsentry/sentry-react-native/pull/5634))
27+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8320)
28+
- [diff](https://github.com/getsentry/sentry-java/compare/8.31.0...8.32.0)
29+
2130
## 7.12.0
2231

32+
> [!WARNING]
33+
> This release contains an issue that can cause iOS builds to fail with circular dependency errors.
34+
> See issue [#5641](https://github.com/getsentry/sentry-react-native/issues/5641) for more details.
35+
2336
### Features
2437

2538
- Extends the experimental support of UI profiling to iOS ([#5611](https://github.com/getsentry/sentry-react-native/pull/5611))

packages/core/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ android {
5555
dependencies {
5656
compileOnly files('libs/replay-stubs.jar')
5757
implementation 'com.facebook.react:react-native:+'
58-
api 'io.sentry:sentry-android:8.31.0'
58+
api 'io.sentry:sentry-android:8.32.0'
5959
}
0 Bytes
Binary file not shown.

packages/core/android/replay-stubs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ tasks.named('jar', Jar) {
1818
}
1919

2020
dependencies {
21-
compileOnly 'io.sentry:sentry:8.31.0'
21+
compileOnly 'io.sentry:sentry:8.32.0'
2222
}

0 commit comments

Comments
 (0)