-
-
Notifications
You must be signed in to change notification settings - Fork 242
Comparing changes
Open a pull request
base repository: getsentry/sentry-cli
base: 2.52.0
head repository: getsentry/sentry-cli
compare: 2.53.0
- 13 commits
- 70 files changed
- 8 contributors
Commits on Aug 13, 2025
-
getsentry-bot committed
Aug 13, 2025 Configuration menu - View commit details
-
Copy full SHA for 1d7245d - Browse repository at this point
Copy the full SHA 1d7245dView commit details
Commits on Aug 14, 2025
-
retry on cloudflare timeout (#2695)
**Summary** Some of the self hosted installations are hosted behind cloudflare. By default, cloudflare proxy_write_timeout is set at 30s. If this timeout is breached, Cloudflare responds with error with status code 524. Currently this is treated as non retriable error by sentry-cli. https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-524/ This PR ensures that sentry-cli retries on this timeout. Co-authored-by: Manish Rawat <manish@Manishs-MacBook-Air.local>
Configuration menu - View commit details
-
Copy full SHA for 96f3fcb - Browse repository at this point
Copy the full SHA 96f3fcbView commit details
Commits on Aug 26, 2025
-
meta(cursor): Add rule to avoid explicit type annotations (#2717)
I have noticed that Cursor often adds type annotations, especially in `let` statements, even when they are not needed. This typically occurs with generics, which sadly cannot be linted by [clippy::redundant_type_annotations](https://rust-lang.github.io/rust-clippy/master/index.html#redundant_type_annotations), so I have instead decided to add a Cursor rule to hopefully prevent this behavior going forward
Configuration menu - View commit details
-
Copy full SHA for e92bd06 - Browse repository at this point
Copy the full SHA e92bd06View commit details
Commits on Aug 27, 2025
-
Revert "feat(mobile-app): Reintroduce mobile-app feature gating (#2643)…
Configuration menu - View commit details
-
Copy full SHA for 29151e5 - Browse repository at this point
Copy the full SHA 29151e5View commit details -
chore(mobile-app): Rename mobile-app subcommand to build (#2719)
Per discussion with team, now that we support size/pre-production analysis of app builds beyond mobile app, we'd like to rename the `mobile-app` subcommand to `build`. --------- Co-authored-by: Nelson Osacky <nelson@emergetools.com>
Configuration menu - View commit details
-
Copy full SHA for 7f5cb5d - Browse repository at this point
Copy the full SHA 7f5cb5dView commit details -
feat(mobile-app): Add default vcs base_ref parsing for mobile-app sub…
…command (#2706) Adds default handling of `head_ref` (branch name) to the `mobile-app upload` subcommand. This will leverage the `head.shorthand()` value if no value is provided by the user. Also handles the detached HEAD state with some logging that will require the user to specify using the command arguments.
Configuration menu - View commit details
-
Copy full SHA for 9064d5e - Browse repository at this point
Copy the full SHA 9064d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab8f32c - Browse repository at this point
Copy the full SHA ab8f32cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e36b9 - Browse repository at this point
Copy the full SHA 29e36b9View commit details -
Merge branch 'release/2.53.0-alpha'
getsentry-bot committedAug 27, 2025 Configuration menu - View commit details
-
Copy full SHA for d20139c - Browse repository at this point
Copy the full SHA d20139cView commit details -
feat(mobile-app): Add release notes option (#2712)
Adds an option for release notes, used by build distribution
Configuration menu - View commit details
-
Copy full SHA for 87be223 - Browse repository at this point
Copy the full SHA 87be223View commit details
Commits on Sep 1, 2025
-
meta(cursor): Tell Cursor to
cargo fmt(#2721)And also, make some other minor corrections to the development guidelines.
Configuration menu - View commit details
-
Copy full SHA for 09754ed - Browse repository at this point
Copy the full SHA 09754edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 783b75e - Browse repository at this point
Copy the full SHA 783b75eView commit details -
Document changes and features introduced in version 2.53.0 and 2.53.0-alpha.
Configuration menu - View commit details
-
Copy full SHA for 80ffbe5 - Browse repository at this point
Copy the full SHA 80ffbe5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.52.0...2.53.0