chore(deps): update CLI to v3.6.1 - #271
Conversation
4cb9868 to
75c5b8e
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 75c5b8e. Configure here.
| @@ -1,2 +1,2 @@ | |||
| version = 3.3.0 | |||
| version = 3.6.1 | |||
There was a problem hiding this comment.
Bump targets nonexistent CLI release
High Severity
sentry-cli.properties sets version to 3.6.1, but no stable GitHub release with that tag exists—only 3.6.1-snapshot.* prereleases, while the latest stable is 3.6.0. download-sentry-cli.sh will request /releases/download/3.6.1/..., which 404s. Without curl --fail, that can package non-binary error bodies and break uploadSourceBundle at runtime.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 75c5b8e. Configure here.


Bumps sentry-cli.properties from 3.3.0 to 3.6.1.
Auto-generated by a dependency updater.
Changelog
3.6.1
Fixes
3.6.0
Features
Fixes
snapshots downloadto use the new archive endpoint, triggering the archive build and polling until it is ready before downloading (#3344)3.5.1
Internal Changes 🔧
Deps
Other
3.5.0
Features
snapshots diffcommand for locally comparing directories of PNG snapshot images using odiff (#3306)snapshots downloadcommand for downloading baseline snapshot images from Sentry (#3310)--all-image-file-namesand--all-image-file-names-fileflags tosnapshots uploadfor detecting image removals and renames in selective builds (#3312)Fixes
CURL_CA_BUNDLEandSSL_CERT_FILEwhen configuring TLS certificate authorities (#3301).Internal changes
symbolicto13.1.1(#3240)3.4.3
Security Fixes
Info.plistpreprocessing by default to avoid passing project-controlled compiler settings toccduring release auto-discovery. This affectssentry-cli releases propose-version,sentry-cli send-eventandsentry-cli bash-hook --send-eventrelease inference, andsentry-cli react-native xcodeauto-release detection. Use--allow-xcode-infoplist-preprocessingonly for trusted projects that require preprocessing.sentry-cli loginupdates existing config files.http.verify_sslis set tofalse, case-insensitively.bash-hookarguments, including paths, tags, release names, and the CLI path.sentry-cli bash-hookevents.sentry-cli update.Performance
Fixes
3.4.2
Fixes
serializeOptions. String/number options now validate input types and preventArray.prototype.concat()from flattening array values into separate CLI arguments. (#3287)3.4.1
Improvements
--excludeto scope the bundle to a single variant (#3275).Fixes
[<module>/]src/<sourceset>/<lang>/prefix from bundle URLs so Symbolicator can resolve them from package-based stack traces (e.g.sentry-android-core/src/main/java/io/sentry/android/core/ANRWatchDog.java→~/io/sentry/android/core/ANRWatchDog.jvm) (#3275).3.4.0
Features
--selectiveflag tobuild snapshotsto indicate the upload contains only a subset of images (#3268).java,.kt,.scala,.groovy), respecting.gitignore, and excluding common build output directories (#3260)--excludeoption for custom glob patterns to exclude files/directories from source collection (#3260)Performance
Fixes
eprintln!withlog::info!for progress bar completion messages when the progress bar is disabled (e.g. in CI). This avoids spurious stderr output that some CI systems treat as errors (#3223).3.3.5
Performance
Fixes
3.3.4
New Features ✨
--diff-thresholdoption tobuild snapshotsto set a minimum pixel difference percentage for reporting image changes (#3259)sentry-cli build downloadcommand to download installable builds (IPA/APK) by build ID (#3221).sentry-cli code-mappings uploadcommand to bulk upload code mappings from a JSON file (#3207, #3208, #3209, #3210).com/example/module) to source paths in your repository (e.g.src/main/java/com/example/module), enabling Sentry to display source context and link directly to your code from error stack traces.--repoand--default-branch.3.3.3
Internal Changes 🔧
3.3.2
New Features ✨
Internal Changes 🔧
3.3.1
Fixes
.xcarchiveor.ipafiles on non-Apple Silicon Macs (#3211).Experimental Feature 🧑🔬 (internal-only)
sentry-cli build snapshotscommand (#3163).