Skip to content

Commit

Permalink
Merge 82a9328 into 5446992
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 19, 2023
2 parents 5446992 + 82a9328 commit e570815
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
- Add actual `activeThreadId` to Profiles ([#3338](https://github.com/getsentry/sentry-react-native/pull/3338))
- Parse Hermes Profiling Bytecode Frames ([#3342](https://github.com/getsentry/sentry-react-native/pull/3342))

### Dependencies

- Bump Android SDK from v6.30.0 to v6.32.0 ([#3341](https://github.com/getsentry/sentry-react-native/pull/3341))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6320)
- [diff](https://github.com/getsentry/sentry-java/compare/6.30.0...6.32.0)

## 5.11.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ android {

dependencies {
implementation 'com.facebook.react:react-native:+'
api 'io.sentry:sentry-android:6.30.0'
api 'io.sentry:sentry-android:6.32.0'
}

0 comments on commit e570815

Please sign in to comment.