Skip to content

Commit c058ffb

Browse files
authored
Merge branch 'main' into antonis/pass-enabled-to-native
2 parents 0c24c98 + 526494a commit c058ffb

File tree

8 files changed

+137
-125
lines changed

8 files changed

+137
-125
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212

1313
- Pass enabled option to native ([#5334](https://github.com/getsentry/sentry-react-native/pull/5334))
1414

15+
### Dependencies
16+
17+
- Bump JavaScript SDK from v10.22.0 to v10.23.0 ([#5335](https://github.com/getsentry/sentry-react-native/pull/5335))
18+
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10230)
19+
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.22.0...10.23.0)
20+
- Bump CLI from v2.57.0 to v2.58.0 ([#5336](https://github.com/getsentry/sentry-react-native/pull/5336))
21+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2580)
22+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.57.0...2.58.0)
23+
- Bump Cocoa SDK from v8.57.1 to v8.57.2 ([#5337](https://github.com/getsentry/sentry-react-native/pull/5337))
24+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8572)
25+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.1...8.57.2)
26+
1527
## 7.5.0
1628

1729
### Features

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.22.0",
16+
"@sentry/core": "10.23.0",
1717
"@sentry/react-native": "7.5.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.57.0",
32+
"@sentry/cli": "2.58.0",
3333
"downlevel-dts": "^0.11.0",
3434
"google-java-format": "^1.4.0",
3535
"lerna": "^8.1.8",

packages/core/RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Pod::Spec.new do |s|
4646

4747
s.compiler_flags = other_cflags
4848

49-
s.dependency 'Sentry/HybridSDK', '8.57.1'
49+
s.dependency 'Sentry/HybridSDK', '8.57.2'
5050

5151
if defined? install_modules_dependencies
5252
# Default React Native dependencies for 0.71 and above (new and legacy architecture)

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.0",
72-
"@sentry/browser": "10.22.0",
73-
"@sentry/cli": "2.57.0",
74-
"@sentry/core": "10.22.0",
75-
"@sentry/react": "10.22.0",
76-
"@sentry/types": "10.22.0"
72+
"@sentry/browser": "10.23.0",
73+
"@sentry/cli": "2.58.0",
74+
"@sentry/core": "10.23.0",
75+
"@sentry/react": "10.23.0",
76+
"@sentry/types": "10.23.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.22.0",
84-
"@sentry-internal/eslint-plugin-sdk": "10.22.0",
85-
"@sentry-internal/typescript": "10.22.0",
83+
"@sentry-internal/eslint-config-sdk": "10.23.0",
84+
"@sentry-internal/eslint-plugin-sdk": "10.23.0",
85+
"@sentry-internal/typescript": "10.23.0",
8686
"@sentry/wizard": "6.6.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.22.0",
20-
"@sentry/react": "10.22.0",
19+
"@sentry/core": "10.23.0",
20+
"@sentry/react": "10.23.0",
2121
"@sentry/react-native": "7.5.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.22.0",
33-
"@sentry/react": "10.22.0",
32+
"@sentry/core": "10.23.0",
33+
"@sentry/react": "10.23.0",
3434
"@sentry/react-native": "7.5.0",
3535
"@shopify/flash-list": "^2.0.2",
3636
"delay": "^6.0.0",

0 commit comments

Comments
 (0)