Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-react-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 754cbc0
Choose a base ref
...
head repository: getsentry/sentry-react-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cbdfab7
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Apr 16, 2024

  1. release: 5.21.0

    getsentry-bot committed Apr 16, 2024
    Copy the full SHA
    6ceff00 View commit details

Commits on Apr 17, 2024

  1. Merge branch 'release/5.21.0'

    getsentry-bot committed Apr 17, 2024
    Copy the full SHA
    c823fef View commit details
  2. chore: update scripts/update-android.sh to 7.8.0

    web-flow authored and github-actions[bot] committed Apr 17, 2024
    Copy the full SHA
    cbdfab7 View commit details
Showing with 11 additions and 3 deletions.
  1. +8 −0 CHANGELOG.md
  2. +1 −1 android/build.gradle
  3. +1 −1 package.json
  4. +1 −1 src/js/version.ts
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,14 @@

## Unreleased

### Dependencies

- Bump Android SDK from v7.6.0 to v7.8.0 ([#3750](https://github.com/getsentry/sentry-react-native/pull/3750))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#780)
- [diff](https://github.com/getsentry/sentry-java/compare/7.6.0...7.8.0)

## 5.21.0

### Features

- Add `getDefaultConfig` option to `getSentryExpoConfig` ([#3690](https://github.com/getsentry/sentry-react-native/pull/3690))
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -54,5 +54,5 @@ android {

dependencies {
implementation 'com.facebook.react:react-native:+'
api 'io.sentry:sentry-android:7.6.0'
api 'io.sentry:sentry-android:7.8.0'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "@sentry/react-native",
"homepage": "https://github.com/getsentry/sentry-react-native",
"repository": "https://github.com/getsentry/sentry-react-native",
"version": "5.20.0",
"version": "5.21.0",
"description": "Official Sentry SDK for react-native",
"typings": "dist/js/index.d.ts",
"types": "dist/js/index.d.ts",
2 changes: 1 addition & 1 deletion src/js/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const SDK_PACKAGE_NAME = 'npm:@sentry/react-native';
export const SDK_NAME = 'sentry.javascript.react-native';
export const SDK_VERSION = '5.20.0';
export const SDK_VERSION = '5.21.0';