Skip to content
Open
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 @@ -14,6 +14,9 @@
- Bump Java SDK from v8.48.0 to v8.49.0 ([#2766](https://github.com/getsentry/sentry-unity/pull/2766))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8490)
- [diff](https://github.com/getsentry/sentry-java/compare/8.48.0...8.49.0)
- Bump CLI from v3.6.0 to v3.6.1 ([#2770](https://github.com/getsentry/sentry-unity/pull/2770))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#361)
- [diff](https://github.com/getsentry/sentry-cli/compare/3.6.0...3.6.1)

## 4.7.0

Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cli.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 3.6.0
version = 3.6.1

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 version points to missing release

High Severity

sentry-cli.properties now pins version to 3.6.1, but no stable GitHub release for that version exists yet—only 3.6.1-snapshot.* pre-releases. download-sentry-cli.ps1 fetches binaries from releases/download/$version/, so builds and CI will 404. The claimed Debug ID fix is still under Unreleased in the CLI changelog.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1e647df. Configure here.

repo = https://github.com/getsentry/sentry-cli
Loading