Skip to content

Commit db6a22e

Browse files
authored
Merge branch 'main' into cocoa-v9
2 parents 51371eb + f17e051 commit db6a22e

File tree

8 files changed

+134
-136
lines changed

8 files changed

+134
-136
lines changed

.github/workflows/e2e-v2.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -178,26 +178,21 @@ jobs:
178178
strategy:
179179
fail-fast: false # keeps matrix running if one fails
180180
matrix:
181-
rn-version: ['0.71.19', '0.82.1']
181+
rn-version: ['0.71.19', '0.83.0']
182182
rn-architecture: ['legacy', 'new']
183183
platform: ['android', 'ios']
184184
build-type: ['production']
185185
ios-use-frameworks: ['no', 'static', 'dynamic']
186186
engine: ['hermes', 'jsc']
187187
include:
188188
- platform: ios
189-
rn-version: '0.82.1'
190189
xcode-version: '16.4'
191190
runs-on: macos-15
192-
- platform: ios
193-
rn-version: '0.71.19'
194-
xcode-version: '15.4'
195-
runs-on: macos-14
196191
- platform: android
197192
runs-on: ubuntu-latest
198193
exclude:
199194
# exclude JSC for new RN versions (keeping the matrix manageable)
200-
- rn-version: '0.82.1'
195+
- rn-version: '0.83.0'
201196
engine: 'jsc'
202197
# exclude all rn versions lower than 0.80.0 for new architecture
203198
- rn-version: '0.71.19'
@@ -314,15 +309,15 @@ jobs:
314309
strategy:
315310
fail-fast: false # keeps matrix running if one fails
316311
matrix:
317-
rn-version: ['0.82.1']
312+
rn-version: ['0.83.0']
318313
rn-architecture: ['legacy', 'new']
319314
platform: ['android', 'ios']
320315
build-type: ['production']
321316
ios-use-frameworks: ['no'] # test only no frameworks
322317
engine: ['hermes']
323318
include:
324319
- platform: ios
325-
rn-version: '0.82.1'
320+
rn-version: '0.83.0'
326321
runs-on: macos-15
327322
- platform: android
328323
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@
3131
- Bump Android SDK Stubs from v8.27.0 to v8.28.0 ([#5405](https://github.com/getsentry/sentry-react-native/pull/5405), [#5439](https://github.com/getsentry/sentry-react-native/pull/5439))
3232
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8280)
3333
- [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.28.0)
34-
- Bump JavaScript SDK from v10.26.0 to v10.29.0 ([#5406](https://github.com/getsentry/sentry-react-native/pull/5406), [#5429](https://github.com/getsentry/sentry-react-native/pull/5429), [#5442](https://github.com/getsentry/sentry-react-native/pull/5442))
35-
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10290)
36-
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.26.0...10.29.0)
34+
- Bump JavaScript SDK from v10.26.0 to v10.30.0 ([#5406](https://github.com/getsentry/sentry-react-native/pull/5406), [#5429](https://github.com/getsentry/sentry-react-native/pull/5429), [#5442](https://github.com/getsentry/sentry-react-native/pull/5442), [#5454](https://github.com/getsentry/sentry-react-native/pull/5454))
35+
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10300)
36+
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.26.0...10.30.0)
37+
- Bump CLI from v2.58.2 to v2.58.3 ([#5453](https://github.com/getsentry/sentry-react-native/pull/5453))
38+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2583)
39+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.58.2...2.58.3)
3740

3841
## 7.7.0
3942

dev-packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@babel/preset-env": "^7.25.3",
1515
"@babel/preset-typescript": "^7.18.6",
16-
"@sentry/core": "10.29.0",
16+
"@sentry/core": "10.30.0",
1717
"@sentry/react-native": "7.7.0",
1818
"@types/node": "^20.9.3",
1919
"@types/react": "^18.2.64",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@naturalcycles/ktlint": "^1.13.0",
32-
"@sentry/cli": "2.58.2",
32+
"@sentry/cli": "2.58.3",
3333
"downlevel-dts": "^0.11.0",
3434
"google-java-format": "^1.4.0",
3535
"lerna": "^8.1.8",

packages/core/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,20 @@
6969
},
7070
"dependencies": {
7171
"@sentry/babel-plugin-component-annotate": "4.6.1",
72-
"@sentry/browser": "10.29.0",
73-
"@sentry/cli": "2.58.2",
74-
"@sentry/core": "10.29.0",
75-
"@sentry/react": "10.29.0",
76-
"@sentry/types": "10.29.0"
72+
"@sentry/browser": "10.30.0",
73+
"@sentry/cli": "2.58.3",
74+
"@sentry/core": "10.30.0",
75+
"@sentry/react": "10.30.0",
76+
"@sentry/types": "10.30.0"
7777
},
7878
"devDependencies": {
7979
"@babel/core": "^7.26.7",
8080
"@expo/metro-config": "~0.20.0",
8181
"@mswjs/interceptors": "^0.25.15",
8282
"@react-native/babel-preset": "0.80.0",
83-
"@sentry-internal/eslint-config-sdk": "10.29.0",
84-
"@sentry-internal/eslint-plugin-sdk": "10.29.0",
85-
"@sentry-internal/typescript": "10.29.0",
83+
"@sentry-internal/eslint-config-sdk": "10.30.0",
84+
"@sentry-internal/eslint-plugin-sdk": "10.30.0",
85+
"@sentry-internal/typescript": "10.30.0",
8686
"@sentry/wizard": "6.9.0",
8787
"@testing-library/react-native": "^13.2.2",
8888
"@types/jest": "^29.5.13",

samples/react-native-macos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@react-navigation/bottom-tabs": "^6.5.12",
1717
"@react-navigation/native": "^6.1.9",
1818
"@react-navigation/stack": "^6.3.20",
19-
"@sentry/core": "10.29.0",
20-
"@sentry/react": "10.29.0",
19+
"@sentry/core": "10.30.0",
20+
"@sentry/react": "10.30.0",
2121
"@sentry/react-native": "7.7.0",
2222
"delay": "^6.0.0",
2323
"react": "18.2.0",

samples/react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@react-navigation/native-stack": "^7.3.24",
3030
"@react-navigation/stack": "^7.4.5",
3131
"@reduxjs/toolkit": "^2.8.2",
32-
"@sentry/core": "10.29.0",
33-
"@sentry/react": "10.29.0",
32+
"@sentry/core": "10.30.0",
33+
"@sentry/react": "10.30.0",
3434
"@sentry/react-native": "7.7.0",
3535
"@shopify/flash-list": "^2.0.2",
3636
"delay": "^6.0.0",

0 commit comments

Comments
 (0)