Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into v6
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Aug 27, 2024
2 parents 3e633e8 + d738710 commit af41a5b
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 18 deletions.
37 changes: 24 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,26 @@

### Dependencies

- Bump JavaScript SDK from v7.119.0 to v8.26.0 ([#3895](https://github.com/getsentry/sentry-react-native/pull/3895))
- Bump JavaScript SDK from v8.11.0 to v8.26.0 ([#3851](https://github.com/getsentry/sentry-react-native/pull/3851))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8260)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.119.0...8.26.0)
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.11.0...8.26.0)

## 5.31.0

### Features

- Add `Sentry.crashedLastRun()` ([#4014](https://github.com/getsentry/sentry-react-native/pull/4014))

### Fixes

- Use `install_modules_dependencies` for React iOS dependencies ([#4040](https://github.com/getsentry/sentry-react-native/pull/4040))
- `Replay.maskAllText` masks `RCTParagraphComponentView` ([#4048](https://github.com/getsentry/sentry-react-native/pull/4048))

### Dependencies

- Bump Cocoa SDK from v8.34.0 to v8.36.0 ([#4037](https://github.com/getsentry/sentry-react-native/pull/4037), [#4046](https://github.com/getsentry/sentry-react-native/pull/4046), [#4049](https://github.com/getsentry/sentry-react-native/pull/4049))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.34.0...8.36.0)

## 6.0.0-alpha.0

Expand Down Expand Up @@ -89,20 +106,14 @@ Sentry Javascript SDK 8.0.0 ([JS Docs](https://docs.sentry.io/platforms/javascri
});
```

### Features

- Add `Sentry.crashedLastRun()` ([#4014](https://github.com/getsentry/sentry-react-native/pull/4014))

### Fixes

- Use `install_modules_dependencies` for React iOS dependencies ([#4040](https://github.com/getsentry/sentry-react-native/pull/4040))
- `Replay.maskAllText` masks `RCTParagraphComponentView` ([#4048](https://github.com/getsentry/sentry-react-native/pull/4048))
- Add `spotlight` option ([#4023](https://github.com/getsentry/sentry-react-native/pull/4023))
- Deprecating `enableSpotlight` and `spotlightSidecarUrl`

### Dependencies

- Bump Cocoa SDK from v8.34.0 to v8.36.0 ([#4037](https://github.com/getsentry/sentry-react-native/pull/4037), [#4046](https://github.com/getsentry/sentry-react-native/pull/4046), [#4049](https://github.com/getsentry/sentry-react-native/pull/4049))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.34.0...8.36.0)
- Bump JavaScript SDK from v7.118.0 to v8.11.0 ([#3910](https://github.com/getsentry/sentry-react-native/pull/3910))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#8110)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.118.0...8.11.0)

## 5.30.0

Expand Down
4 changes: 2 additions & 2 deletions samples/expo/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "io.sentry.expo.sample",
"buildNumber": "18"
"buildNumber": "19"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "io.sentry.expo.sample",
"versionCode": 18
"versionCode": 19
},
"web": {
"bundler": "metro",
Expand Down
2 changes: 1 addition & 1 deletion samples/react-native/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ android {
applicationId "io.sentry.reactnative.sample"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 21
versionCode 22
versionName "6.0.0-alpha.0"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>25</string>
<string>26</string>
<key>LSRequiresIPhoneOS</key>
<true />
<key>NSAppTransportSecurity</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>25</string>
<string>26</string>
</dict>
</plist>

0 comments on commit af41a5b

Please sign in to comment.