Skip to content

Commit a72b7ea

Browse files
authored
Merge branch 'main' into antonis/cocoa-8.58.0
2 parents f3b7799 + a6b20c6 commit a72b7ea

11 files changed

Lines changed: 93 additions & 94 deletions

File tree

.github/workflows/changelog-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ permissions:
1313

1414
jobs:
1515
changelog-preview:
16-
uses: getsentry/craft/.github/workflows/changelog-preview.yml@39ee616a6a58dc64797feecb145d66770492b66c # V2
16+
uses: getsentry/craft/.github/workflows/changelog-preview.yml@1c58bfd57bfd6a967b6f3fc92bead2c42ee698ce # V2
1717
secrets: inherit

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
18-
MAESTRO_VERSION: '2.0.10'
18+
MAESTRO_VERSION: '2.1.0'
1919
IOS_DEVICE: 'iPhone 17'
2020
IOS_VERSION: '>=18.0'
2121

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache-dependency-path: yarn.lock
4444

4545
- name: Prepare release
46-
uses: getsentry/craft@39ee616a6a58dc64797feecb145d66770492b66c # v2
46+
uses: getsentry/craft@1c58bfd57bfd6a967b6f3fc92bead2c42ee698ce # v2
4747
env:
4848
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
4949
with:

.github/workflows/sample-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
env:
1616
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
17-
MAESTRO_VERSION: '2.0.10'
17+
MAESTRO_VERSION: '2.1.0'
1818
MAESTRO_DRIVER_STARTUP_TIMEOUT: 90000 # Increase timeout from default 30s to 90s for CI stability
1919
RN_SENTRY_POD_NAME: RNSentry
2020
IOS_APP_ARCHIVE_PATH: sentry-react-native-sample.app.zip

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
### Dependencies
1717

18-
- Bump JavaScript SDK from v10.30.0 to v10.32.1 ([#5480](https://github.com/getsentry/sentry-react-native/pull/5480), [#5487](https://github.com/getsentry/sentry-react-native/pull/5487), [#5496](https://github.com/getsentry/sentry-react-native/pull/5496))
19-
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10321)
20-
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.30.0...10.32.1)
2118
- Bump Cocoa SDK from v8.57.3 to v8.58.0 ([#5524](https://github.com/getsentry/sentry-react-native/pull/5524))
2219
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8580)
2320
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.3...8.58.0)
21+
- Bump JavaScript SDK from v10.30.0 to v10.33.0 ([#5480](https://github.com/getsentry/sentry-react-native/pull/5480), [#5487](https://github.com/getsentry/sentry-react-native/pull/5487), [#5496](https://github.com/getsentry/sentry-react-native/pull/5496), [#5522](https://github.com/getsentry/sentry-react-native/pull/5522))
22+
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10330)
23+
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.30.0...10.33.0)
2424

2525
## 7.8.0
2626

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.32.1",
16+
"@sentry/core": "10.33.0",
1717
"@sentry/react-native": "7.8.0",
1818
"@types/node": "^20.9.3",
1919
"@types/react": "^18.2.64",

packages/core/package.json

Lines changed: 7 additions & 7 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.32.1",
72+
"@sentry/browser": "10.33.0",
7373
"@sentry/cli": "2.58.4",
74-
"@sentry/core": "10.32.1",
75-
"@sentry/react": "10.32.1",
76-
"@sentry/types": "10.32.1"
74+
"@sentry/core": "10.33.0",
75+
"@sentry/react": "10.33.0",
76+
"@sentry/types": "10.33.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.32.1",
84-
"@sentry-internal/eslint-plugin-sdk": "10.32.1",
85-
"@sentry-internal/typescript": "10.32.1",
83+
"@sentry-internal/eslint-config-sdk": "10.33.0",
84+
"@sentry-internal/eslint-plugin-sdk": "10.33.0",
85+
"@sentry-internal/typescript": "10.33.0",
8686
"@sentry/wizard": "6.11.0",
8787
"@testing-library/react-native": "^13.2.2",
8888
"@types/jest": "^29.5.13",

samples/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"eas-build-development-android": "eas build --profile development --platform android"
2323
},
2424
"dependencies": {
25-
"@sentry/core": "10.31.0",
25+
"@sentry/core": "10.33.0",
2626
"@sentry/react-native": "7.8.0",
2727
"@types/react": "~19.0.10",
2828
"expo": "^53.0.0",

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.32.1",
20-
"@sentry/react": "10.32.1",
19+
"@sentry/core": "10.33.0",
20+
"@sentry/react": "10.33.0",
2121
"@sentry/react-native": "7.8.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.32.1",
33-
"@sentry/react": "10.32.1",
32+
"@sentry/core": "10.33.0",
33+
"@sentry/react": "10.33.0",
3434
"@sentry/react-native": "7.8.0",
3535
"@shopify/flash-list": "^2.0.2",
3636
"delay": "^6.0.0",

0 commit comments

Comments
 (0)