Skip to content

Commit

Permalink
chore(deps): update Android SDK to v7.13.0 (#3984)
Browse files Browse the repository at this point in the history
Co-authored-by: Krystof Woldrich <[email protected]>
  • Loading branch information
github-actions[bot] and krystofwoldrich authored Aug 1, 2024
1 parent 6e0fe2f commit 504fab9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

### Dependencies

- Bump Android SDK from v7.12.0 to v7.12.1 ([#3970](https://github.com/getsentry/sentry-react-native/pull/3970))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7121)
- [diff](https://github.com/getsentry/sentry-java/compare/7.12.0...7.12.1)
- Bump Android SDK from v7.12.0 to v7.13.0 ([#3970](https://github.com/getsentry/sentry-react-native/pull/3970), [#3984](https://github.com/getsentry/sentry-react-native/pull/3984))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7130)
- [diff](https://github.com/getsentry/sentry-java/compare/7.12.0...7.13.0)

## 5.26.0

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:7.12.1'
api 'io.sentry:sentry-android:7.13.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ public void fetchNativeFrames(Promise promise) {
}

public void captureReplay(boolean isHardCrash, Promise promise) {
Sentry.getCurrentHub().getOptions().getReplayController().sendReplay(isHardCrash, null, null);
Sentry.getCurrentHub().getOptions().getReplayController().captureReplay(isHardCrash);
promise.resolve(getCurrentReplayId());
}

Expand Down

0 comments on commit 504fab9

Please sign in to comment.