⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
- Deep merge custom `styles` with defaults in `FeedbackWidget` instead of replacing them ([#5625](https://github.com/getsentry/sentry-react-native/pull/5625))
- Note that partial style overrides now preserve default properties like padding and borders

### Dependencies

- Bump Android SDK from v8.31.0 to v8.32.0 ([#5633](https://github.com/getsentry/sentry-react-native/pull/5633))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8320)
- [diff](https://github.com/getsentry/sentry-java/compare/8.31.0...8.32.0)
- Bump Android SDK Stubs from v8.31.0 to v8.32.0 ([#5634](https://github.com/getsentry/sentry-react-native/pull/5634))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8320)
- [diff](https://github.com/getsentry/sentry-java/compare/8.31.0...8.32.0)

## 7.12.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ android {
dependencies {
compileOnly files('libs/replay-stubs.jar')
implementation 'com.facebook.react:react-native:+'
api 'io.sentry:sentry-android:8.31.0'
api 'io.sentry:sentry-android:8.32.0'
}
Binary file modified packages/core/android/libs/replay-stubs.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/core/android/replay-stubs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ tasks.named('jar', Jar) {
}

dependencies {
compileOnly 'io.sentry:sentry:8.31.0'
compileOnly 'io.sentry:sentry:8.32.0'
}
Loading