Skip to content

Commit eab595c

Browse files
authored
Merge branch 'main' into rz/fix/react-native-legal-compat
2 parents 084adc8 + 05bef0e commit eab595c

File tree

6 files changed

+58
-52
lines changed

6 files changed

+58
-52
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
- Bump JavaScript SDK from v10.18.0 to v10.19.0 ([#5254](https://github.com/getsentry/sentry-react-native/pull/5254))
1919
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10190)
2020
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.18.0...10.19.0)
21+
- Bump CLI from v2.56.0 to v2.56.1 ([#5257](https://github.com/getsentry/sentry-react-native/pull/5257))
22+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2561)
23+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.56.0...2.56.1)
24+
- Bump Bundler Plugins from v4.3.0 to v4.4.0 ([#5256](https://github.com/getsentry/sentry-react-native/pull/5256))
25+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#440)
26+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.3.0...4.4.0)
2127

2228
## 7.3.0
2329

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.56.0",
32+
"@sentry/cli": "2.56.1",
3333
"downlevel-dts": "^0.11.0",
3434
"google-java-format": "^1.4.0",
3535
"lerna": "^8.1.8",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
"react-native": ">=0.65.0"
6969
},
7070
"dependencies": {
71-
"@sentry/babel-plugin-component-annotate": "4.3.0",
71+
"@sentry/babel-plugin-component-annotate": "4.4.0",
7272
"@sentry/browser": "10.19.0",
73-
"@sentry/cli": "2.56.0",
73+
"@sentry/cli": "2.56.1",
7474
"@sentry/core": "10.19.0",
7575
"@sentry/react": "10.19.0",
7676
"@sentry/types": "10.19.0"

samples/expo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"android": "expo run:android",
1111
"ios": "expo run:ios",
1212
"ts:check": "tsc",
13-
"export": "expo export --dump-sourcemap --clear --platform all",
14-
"export:web": "expo export --dump-sourcemap --clear --platform web",
13+
"export": "expo export --source-maps --clear --platform all",
14+
"export:web": "expo export --source-maps --clear --platform web",
1515
"prebuild": "expo prebuild --clean --no-install",
1616
"set-version": "npx react-native-version --skip-tag --never-amend",
1717
"eas-build-pre-install": "npm i -g corepack && yarn install --no-immutable --inline-builds && yarn workspace @sentry/react-native build",
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@babel/core": "^7.26.0",
4545
"@babel/preset-env": "^7.26.0",
46-
"@sentry/babel-plugin-component-annotate": "4.3.0",
46+
"@sentry/babel-plugin-component-annotate": "4.4.0",
4747
"@types/node": "20.10.4",
4848
"sentry-react-native-samples-utils": "workspace:^"
4949
},

samples/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@react-native/eslint-config": "0.80.2",
5959
"@react-native/metro-config": "0.80.2",
6060
"@react-native/typescript-config": "0.80.2",
61-
"@sentry/babel-plugin-component-annotate": "4.3.0",
61+
"@sentry/babel-plugin-component-annotate": "4.4.0",
6262
"@testing-library/react-native": "^13.2.2",
6363
"@types/jest": "^29.5.14",
6464
"@types/node": "^22.13.1",

yarn.lock

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -9574,10 +9574,10 @@ __metadata:
95749574
languageName: node
95759575
linkType: hard
95769576

9577-
"@sentry/babel-plugin-component-annotate@npm:4.3.0":
9578-
version: 4.3.0
9579-
resolution: "@sentry/babel-plugin-component-annotate@npm:4.3.0"
9580-
checksum: c42f49e44140929b45ede8a5a06bdf8d5f4ceb6f989ebfc16d3085db4a444bce7ffee9829791baccc89c1a74d394128d7b6d0b476e48aad969a3147759378afb
9577+
"@sentry/babel-plugin-component-annotate@npm:4.4.0":
9578+
version: 4.4.0
9579+
resolution: "@sentry/babel-plugin-component-annotate@npm:4.4.0"
9580+
checksum: 28e7ce36eaf12cd1d8c39a6db952b62606130b704ea4ea081b79d15d51e4156335bec9009b35187f8ccde245cabc03c98a300f9116a90b94632aae1b5ae420a5
95819581
languageName: node
95829582
linkType: hard
95839583

@@ -9594,74 +9594,74 @@ __metadata:
95949594
languageName: node
95959595
linkType: hard
95969596

9597-
"@sentry/cli-darwin@npm:2.56.0":
9598-
version: 2.56.0
9599-
resolution: "@sentry/cli-darwin@npm:2.56.0"
9597+
"@sentry/cli-darwin@npm:2.56.1":
9598+
version: 2.56.1
9599+
resolution: "@sentry/cli-darwin@npm:2.56.1"
96009600
conditions: os=darwin
96019601
languageName: node
96029602
linkType: hard
96039603

9604-
"@sentry/cli-linux-arm64@npm:2.56.0":
9605-
version: 2.56.0
9606-
resolution: "@sentry/cli-linux-arm64@npm:2.56.0"
9604+
"@sentry/cli-linux-arm64@npm:2.56.1":
9605+
version: 2.56.1
9606+
resolution: "@sentry/cli-linux-arm64@npm:2.56.1"
96079607
conditions: (os=linux | os=freebsd | os=android) & cpu=arm64
96089608
languageName: node
96099609
linkType: hard
96109610

9611-
"@sentry/cli-linux-arm@npm:2.56.0":
9612-
version: 2.56.0
9613-
resolution: "@sentry/cli-linux-arm@npm:2.56.0"
9611+
"@sentry/cli-linux-arm@npm:2.56.1":
9612+
version: 2.56.1
9613+
resolution: "@sentry/cli-linux-arm@npm:2.56.1"
96149614
conditions: (os=linux | os=freebsd | os=android) & cpu=arm
96159615
languageName: node
96169616
linkType: hard
96179617

9618-
"@sentry/cli-linux-i686@npm:2.56.0":
9619-
version: 2.56.0
9620-
resolution: "@sentry/cli-linux-i686@npm:2.56.0"
9618+
"@sentry/cli-linux-i686@npm:2.56.1":
9619+
version: 2.56.1
9620+
resolution: "@sentry/cli-linux-i686@npm:2.56.1"
96219621
conditions: (os=linux | os=freebsd | os=android) & (cpu=x86 | cpu=ia32)
96229622
languageName: node
96239623
linkType: hard
96249624

9625-
"@sentry/cli-linux-x64@npm:2.56.0":
9626-
version: 2.56.0
9627-
resolution: "@sentry/cli-linux-x64@npm:2.56.0"
9625+
"@sentry/cli-linux-x64@npm:2.56.1":
9626+
version: 2.56.1
9627+
resolution: "@sentry/cli-linux-x64@npm:2.56.1"
96289628
conditions: (os=linux | os=freebsd | os=android) & cpu=x64
96299629
languageName: node
96309630
linkType: hard
96319631

9632-
"@sentry/cli-win32-arm64@npm:2.56.0":
9633-
version: 2.56.0
9634-
resolution: "@sentry/cli-win32-arm64@npm:2.56.0"
9632+
"@sentry/cli-win32-arm64@npm:2.56.1":
9633+
version: 2.56.1
9634+
resolution: "@sentry/cli-win32-arm64@npm:2.56.1"
96359635
conditions: os=win32 & cpu=arm64
96369636
languageName: node
96379637
linkType: hard
96389638

9639-
"@sentry/cli-win32-i686@npm:2.56.0":
9640-
version: 2.56.0
9641-
resolution: "@sentry/cli-win32-i686@npm:2.56.0"
9639+
"@sentry/cli-win32-i686@npm:2.56.1":
9640+
version: 2.56.1
9641+
resolution: "@sentry/cli-win32-i686@npm:2.56.1"
96429642
conditions: os=win32 & (cpu=x86 | cpu=ia32)
96439643
languageName: node
96449644
linkType: hard
96459645

9646-
"@sentry/cli-win32-x64@npm:2.56.0":
9647-
version: 2.56.0
9648-
resolution: "@sentry/cli-win32-x64@npm:2.56.0"
9646+
"@sentry/cli-win32-x64@npm:2.56.1":
9647+
version: 2.56.1
9648+
resolution: "@sentry/cli-win32-x64@npm:2.56.1"
96499649
conditions: os=win32 & cpu=x64
96509650
languageName: node
96519651
linkType: hard
96529652

9653-
"@sentry/cli@npm:2.56.0":
9654-
version: 2.56.0
9655-
resolution: "@sentry/cli@npm:2.56.0"
9653+
"@sentry/cli@npm:2.56.1":
9654+
version: 2.56.1
9655+
resolution: "@sentry/cli@npm:2.56.1"
96569656
dependencies:
9657-
"@sentry/cli-darwin": 2.56.0
9658-
"@sentry/cli-linux-arm": 2.56.0
9659-
"@sentry/cli-linux-arm64": 2.56.0
9660-
"@sentry/cli-linux-i686": 2.56.0
9661-
"@sentry/cli-linux-x64": 2.56.0
9662-
"@sentry/cli-win32-arm64": 2.56.0
9663-
"@sentry/cli-win32-i686": 2.56.0
9664-
"@sentry/cli-win32-x64": 2.56.0
9657+
"@sentry/cli-darwin": 2.56.1
9658+
"@sentry/cli-linux-arm": 2.56.1
9659+
"@sentry/cli-linux-arm64": 2.56.1
9660+
"@sentry/cli-linux-i686": 2.56.1
9661+
"@sentry/cli-linux-x64": 2.56.1
9662+
"@sentry/cli-win32-arm64": 2.56.1
9663+
"@sentry/cli-win32-i686": 2.56.1
9664+
"@sentry/cli-win32-x64": 2.56.1
96659665
https-proxy-agent: ^5.0.0
96669666
node-fetch: ^2.6.7
96679667
progress: ^2.0.3
@@ -9686,7 +9686,7 @@ __metadata:
96869686
optional: true
96879687
bin:
96889688
sentry-cli: bin/sentry-cli
9689-
checksum: a16e96886720d74b3a5001bf27674e0f01f4a78247857dca88882ad29d8a3f0c33d941f742dc0bfad8d9d310b4097159f647bf2577eefc10b4f96855eb792ff1
9689+
checksum: e70c68ddaf0dda7cae7a886f221cf62520603d71cb96976c40e515df56565b31d8f78a50af83b89b17a39f136976d83d54fd9eeca8aa05026dfff18b7a07c999
96909690
languageName: node
96919691
linkType: hard
96929692

@@ -9743,9 +9743,9 @@ __metadata:
97439743
"@sentry-internal/eslint-config-sdk": 10.19.0
97449744
"@sentry-internal/eslint-plugin-sdk": 10.19.0
97459745
"@sentry-internal/typescript": 10.19.0
9746-
"@sentry/babel-plugin-component-annotate": 4.3.0
9746+
"@sentry/babel-plugin-component-annotate": 4.4.0
97479747
"@sentry/browser": 10.19.0
9748-
"@sentry/cli": 2.56.0
9748+
"@sentry/cli": 2.56.1
97499749
"@sentry/core": 10.19.0
97509750
"@sentry/react": 10.19.0
97519751
"@sentry/types": 10.19.0
@@ -28173,7 +28173,7 @@ __metadata:
2817328173
dependencies:
2817428174
"@babel/core": ^7.26.0
2817528175
"@babel/preset-env": ^7.26.0
28176-
"@sentry/babel-plugin-component-annotate": 4.3.0
28176+
"@sentry/babel-plugin-component-annotate": 4.4.0
2817728177
"@sentry/react-native": 7.3.0
2817828178
"@types/node": 20.10.4
2817928179
"@types/react": ~19.0.10
@@ -28261,7 +28261,7 @@ __metadata:
2826128261
"@react-navigation/native-stack": ^7.3.24
2826228262
"@react-navigation/stack": ^7.4.5
2826328263
"@reduxjs/toolkit": ^2.8.2
28264-
"@sentry/babel-plugin-component-annotate": 4.3.0
28264+
"@sentry/babel-plugin-component-annotate": 4.4.0
2826528265
"@sentry/core": 10.19.0
2826628266
"@sentry/react": 10.19.0
2826728267
"@sentry/react-native": 7.3.0
@@ -28319,7 +28319,7 @@ __metadata:
2831928319
resolution: "sentry-react-native@workspace:."
2832028320
dependencies:
2832128321
"@naturalcycles/ktlint": ^1.13.0
28322-
"@sentry/cli": 2.56.0
28322+
"@sentry/cli": 2.56.1
2832328323
downlevel-dts: ^0.11.0
2832428324
google-java-format: ^1.4.0
2832528325
lerna: ^8.1.8

0 commit comments

Comments
 (0)