Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- Bump Android SDK from v8.49.0 to v8.50.1 ([#6503](https://github.com/getsentry/sentry-react-native/pull/6503))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8501)
- [diff](https://github.com/getsentry/sentry-java/compare/8.49.0...8.50.1)
- Bump CLI from v3.6.1 to v3.6.2 ([#6511](https://github.com/getsentry/sentry-react-native/pull/6511))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#362)
- [diff](https://github.com/getsentry/sentry-cli/compare/3.6.1...3.6.2)

## 8.20.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@naturalcycles/ktlint": "^1.13.0",
"@sentry/cli": "3.6.1",
"@sentry/cli": "3.6.2",
"downlevel-dts": "^0.11.0",
"google-java-format": "^1.4.0",
"lerna": "^8.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"dependencies": {
"@sentry/babel-plugin-component-annotate": "5.3.0",
"@sentry/browser": "10.67.0",
"@sentry/cli": "3.6.1",
"@sentry/cli": "3.6.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CLI auth URL source change

Medium Severity

CRITICAL: @sentry/cli 3.6.2 stops combining a URL and non-embedded auth token from different configuration sources, and may ignore one with a warning. This SDK’s common setup puts defaults.url in sentry.properties while recommending SENTRY_AUTH_TOKEN via env (see getSentryProperties and the iOS/Android upload scripts). That split can break uploads, especially for self-hosted URLs. Flagged because dependency-update review guidance calls out behavioral changelog risks. The Unreleased note also does not call out this impact for RN users.

Additional Locations (1)
Fix in Cursor Fix in Web

Triggered by project rule: PR Review Guidelines for Cursor Bot

Reviewed by Cursor Bugbot for commit 276b1de. Configure here.

"@sentry/core": "10.67.0",
"@sentry/expo-upload-sourcemaps": "workspace:*",
"@sentry/react": "10.67.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-upload-sourcemaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"README.md"
],
"dependencies": {
"@sentry/cli": "3.6.1"
"@sentry/cli": "3.6.2"
},
"peerDependencies": {
"@expo/env": "*",
Expand Down
80 changes: 40 additions & 40 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9735,74 +9735,74 @@ __metadata:
languageName: node
linkType: hard

"@sentry/cli-darwin@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-darwin@npm:3.6.1"
"@sentry/cli-darwin@npm:3.6.2":
version: 3.6.2
resolution: "@sentry/cli-darwin@npm:3.6.2"
conditions: os=darwin
languageName: node
linkType: hard

"@sentry/cli-linux-arm64@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-linux-arm64@npm:3.6.1"
"@sentry/cli-linux-arm64@npm:3.6.2":
version: 3.6.2
resolution: "@sentry/cli-linux-arm64@npm:3.6.2"
conditions: (os=linux | os=freebsd | os=android) & cpu=arm64
languageName: node
linkType: hard

"@sentry/cli-linux-arm@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-linux-arm@npm:3.6.1"
"@sentry/cli-linux-arm@npm:3.6.2":
version: 3.6.2
resolution: "@sentry/cli-linux-arm@npm:3.6.2"
conditions: (os=linux | os=freebsd | os=android) & cpu=arm
languageName: node
linkType: hard

"@sentry/cli-linux-i686@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-linux-i686@npm:3.6.1"
"@sentry/cli-linux-i686@npm:3.6.2":
version: 3.6.2
resolution: "@sentry/cli-linux-i686@npm:3.6.2"
conditions: (os=linux | os=freebsd | os=android) & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-linux-x64@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-linux-x64@npm:3.6.1"
"@sentry/cli-linux-x64@npm:3.6.2":
version: 3.6.2
resolution: "@sentry/cli-linux-x64@npm:3.6.2"
conditions: (os=linux | os=freebsd | os=android) & cpu=x64
languageName: node
linkType: hard

"@sentry/cli-win32-arm64@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-win32-arm64@npm:3.6.1"
"@sentry/cli-win32-arm64@npm:3.6.2":
version: 3.6.2
resolution: "@sentry/cli-win32-arm64@npm:3.6.2"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@sentry/cli-win32-i686@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-win32-i686@npm:3.6.1"
"@sentry/cli-win32-i686@npm:3.6.2":
version: 3.6.2
resolution: "@sentry/cli-win32-i686@npm:3.6.2"
conditions: os=win32 & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-win32-x64@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-win32-x64@npm:3.6.1"
"@sentry/cli-win32-x64@npm:3.6.2":
version: 3.6.2
resolution: "@sentry/cli-win32-x64@npm:3.6.2"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@sentry/cli@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli@npm:3.6.1"
dependencies:
"@sentry/cli-darwin": "npm:3.6.1"
"@sentry/cli-linux-arm": "npm:3.6.1"
"@sentry/cli-linux-arm64": "npm:3.6.1"
"@sentry/cli-linux-i686": "npm:3.6.1"
"@sentry/cli-linux-x64": "npm:3.6.1"
"@sentry/cli-win32-arm64": "npm:3.6.1"
"@sentry/cli-win32-i686": "npm:3.6.1"
"@sentry/cli-win32-x64": "npm:3.6.1"
"@sentry/cli@npm:3.6.2":
version: 3.6.2
resolution: "@sentry/cli@npm:3.6.2"
dependencies:
"@sentry/cli-darwin": "npm:3.6.2"
"@sentry/cli-linux-arm": "npm:3.6.2"
"@sentry/cli-linux-arm64": "npm:3.6.2"
"@sentry/cli-linux-i686": "npm:3.6.2"
"@sentry/cli-linux-x64": "npm:3.6.2"
"@sentry/cli-win32-arm64": "npm:3.6.2"
"@sentry/cli-win32-i686": "npm:3.6.2"
"@sentry/cli-win32-x64": "npm:3.6.2"
progress: "npm:^2.0.3"
proxy-from-env: "npm:^1.1.0"
undici: "npm:^6.22.0"
Expand All @@ -9826,7 +9826,7 @@ __metadata:
optional: true
bin:
sentry-cli: bin/sentry-cli
checksum: 10c0/60a4702955b96c9ea7219093cc12bfd69bf68d164d7a5d89bff3dce2123e195b46f5b65da51b3ec00c66dd73fe168b0bf32bacce2c49ab1ad287e8ea38c904a4
checksum: 10c0/1b661e6125ffe5b3a7672806e14a4a212cc35b5294e0d31e6802b33ae3b9ef1ccd3e6b189b3916ee2fe9c51d7e047bf845580e750af9aa9626c8ee705df6eda3
languageName: node
linkType: hard

Expand Down Expand Up @@ -9864,7 +9864,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@sentry/expo-upload-sourcemaps@workspace:packages/expo-upload-sourcemaps"
dependencies:
"@sentry/cli": "npm:3.6.1"
"@sentry/cli": "npm:3.6.2"
peerDependencies:
"@expo/env": "*"
dotenv: "*"
Expand Down Expand Up @@ -9977,7 +9977,7 @@ __metadata:
"@react-native/jest-preset": "npm:0.86.0"
"@sentry/babel-plugin-component-annotate": "npm:5.3.0"
"@sentry/browser": "npm:10.67.0"
"@sentry/cli": "npm:3.6.1"
"@sentry/cli": "npm:3.6.2"
"@sentry/core": "npm:10.67.0"
"@sentry/eslint-plugin-sdk": "npm:10.67.0"
"@sentry/expo-upload-sourcemaps": "workspace:*"
Expand Down Expand Up @@ -27451,7 +27451,7 @@ __metadata:
resolution: "sentry-react-native@workspace:."
dependencies:
"@naturalcycles/ktlint": "npm:^1.13.0"
"@sentry/cli": "npm:3.6.1"
"@sentry/cli": "npm:3.6.2"
downlevel-dts: "npm:^0.11.0"
google-java-format: "npm:^1.4.0"
lerna: "npm:^8.1.8"
Expand Down
Loading