Skip to content

Commit 3245218

Browse files
authored
Merge branch 'main' into alwx/bug/5187
2 parents b559bc2 + e74e877 commit 3245218

File tree

5 files changed

+45
-41
lines changed

5 files changed

+45
-41
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
### Fixes
1212

13-
- Fix the issue with changing immutable metadata structure in the contructor of `ReactNativeClient`. This structure is getting re-created instead of being modified to ensure IP address is only inferred by Relay if `sendDefaultPii` is `true`.
13+
- Fixes the issue with changing immutable metadata structure in the contructor of `ReactNativeClient`. This structure is getting re-created instead of being modified to ensure IP address is only inferred by Relay if `sendDefaultPii` is `true` ([#5202](https://github.com/getsentry/sentry-react-native/pull/5202))
14+
- Fixes .env file loading in Expo sourcemap uploads ([#5210](https://github.com/getsentry/sentry-react-native/pull/5210))
1415

1516
### Dependencies
1617

@@ -20,6 +21,9 @@
2021
- Bump Android SDK from v8.21.1 to v8.22.0 ([#5193](https://github.com/getsentry/sentry-react-native/pull/5193), [#5194](https://github.com/getsentry/sentry-react-native/pull/5194))
2122
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8220)
2223
- [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.22.0)
24+
- Bump CLI from v2.55.0 to v2.56.0 ([#5223](https://github.com/getsentry/sentry-react-native/pull/5223))
25+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2560)
26+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.55.0...2.56.0)
2327

2428
## 7.2.0
2529

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.55.0",
32+
"@sentry/cli": "2.56.0",
3333
"downlevel-dts": "^0.11.0",
3434
"google-java-format": "^1.4.0",
3535
"lerna": "^8.1.8",
0 Bytes
Binary file not shown.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"dependencies": {
7171
"@sentry/babel-plugin-component-annotate": "4.3.0",
7272
"@sentry/browser": "10.12.0",
73-
"@sentry/cli": "2.55.0",
73+
"@sentry/cli": "2.56.0",
7474
"@sentry/core": "10.12.0",
7575
"@sentry/react": "10.12.0",
7676
"@sentry/types": "10.12.0"

yarn.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -9594,74 +9594,74 @@ __metadata:
95949594
languageName: node
95959595
linkType: hard
95969596

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

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

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

9618-
"@sentry/cli-linux-i686@npm:2.55.0":
9619-
version: 2.55.0
9620-
resolution: "@sentry/cli-linux-i686@npm:2.55.0"
9618+
"@sentry/cli-linux-i686@npm:2.56.0":
9619+
version: 2.56.0
9620+
resolution: "@sentry/cli-linux-i686@npm:2.56.0"
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.55.0":
9626-
version: 2.55.0
9627-
resolution: "@sentry/cli-linux-x64@npm:2.55.0"
9625+
"@sentry/cli-linux-x64@npm:2.56.0":
9626+
version: 2.56.0
9627+
resolution: "@sentry/cli-linux-x64@npm:2.56.0"
96289628
conditions: (os=linux | os=freebsd | os=android) & cpu=x64
96299629
languageName: node
96309630
linkType: hard
96319631

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

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

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

9653-
"@sentry/cli@npm:2.55.0":
9654-
version: 2.55.0
9655-
resolution: "@sentry/cli@npm:2.55.0"
9653+
"@sentry/cli@npm:2.56.0":
9654+
version: 2.56.0
9655+
resolution: "@sentry/cli@npm:2.56.0"
96569656
dependencies:
9657-
"@sentry/cli-darwin": 2.55.0
9658-
"@sentry/cli-linux-arm": 2.55.0
9659-
"@sentry/cli-linux-arm64": 2.55.0
9660-
"@sentry/cli-linux-i686": 2.55.0
9661-
"@sentry/cli-linux-x64": 2.55.0
9662-
"@sentry/cli-win32-arm64": 2.55.0
9663-
"@sentry/cli-win32-i686": 2.55.0
9664-
"@sentry/cli-win32-x64": 2.55.0
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
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: 9d42c3362f5849033207d2410b09e583db20598e956bd4d5d151e28b8a406663b363f27013387008d2673651ff0a1561b55cef2bec35720cd3165084bb8dd1c2
9689+
checksum: a16e96886720d74b3a5001bf27674e0f01f4a78247857dca88882ad29d8a3f0c33d941f742dc0bfad8d9d310b4097159f647bf2577eefc10b4f96855eb792ff1
96909690
languageName: node
96919691
linkType: hard
96929692

@@ -9745,7 +9745,7 @@ __metadata:
97459745
"@sentry-internal/typescript": 10.12.0
97469746
"@sentry/babel-plugin-component-annotate": 4.3.0
97479747
"@sentry/browser": 10.12.0
9748-
"@sentry/cli": 2.55.0
9748+
"@sentry/cli": 2.56.0
97499749
"@sentry/core": 10.12.0
97509750
"@sentry/react": 10.12.0
97519751
"@sentry/types": 10.12.0
@@ -28319,7 +28319,7 @@ __metadata:
2831928319
resolution: "sentry-react-native@workspace:."
2832028320
dependencies:
2832128321
"@naturalcycles/ktlint": ^1.13.0
28322-
"@sentry/cli": 2.55.0
28322+
"@sentry/cli": 2.56.0
2832328323
downlevel-dts: ^0.11.0
2832428324
google-java-format: ^1.4.0
2832528325
lerna: ^8.1.8

0 commit comments

Comments
 (0)