Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.52.0
Choose a base ref
...
head repository: getsentry/sentry-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.53.0
Choose a head ref
  • 13 commits
  • 70 files changed
  • 8 contributors

Commits on Aug 13, 2025

  1. Merge branch 'release/2.52.0'

    getsentry-bot committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    1d7245d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. 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>
    manishrawat1992 and Manish Rawat authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    96f3fcb View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. 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
    szokeasaurusrex authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    e92bd06 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Revert "feat(mobile-app): Reintroduce mobile-app feature gating (#2643)…

    …" (#2670)
    
    This reverts commit eccd48c.
    
    ---------
    
    Co-authored-by: Nelson Osacky <nelson@emergetools.com>
    noahsmartin and runningcode authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    29151e5 View commit details
    Browse the repository at this point in the history
  2. 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>
    rbro112 and runningcode authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    7f5cb5d View commit details
    Browse the repository at this point in the history
  3. 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.
    rbro112 authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    9064d5e View commit details
    Browse the repository at this point in the history
  4. release: 2.53.0-alpha

    getsentry-bot committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    ab8f32c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29e36b9 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'release/2.53.0-alpha'

    getsentry-bot committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    d20139c View commit details
    Browse the repository at this point in the history
  7. feat(mobile-app): Add release notes option (#2712)

    Adds an option for release notes, used by build distribution
    noahsmartin authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    87be223 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. meta(cursor): Tell Cursor to cargo fmt (#2721)

    And also, make some other minor corrections to the development
    guidelines.
    szokeasaurusrex authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    09754ed View commit details
    Browse the repository at this point in the history
  2. release: 2.53.0

    getsentry-bot committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    783b75e View commit details
    Browse the repository at this point in the history
  3. meta: update changelog

    Document changes and features introduced in version 2.53.0 and 2.53.0-alpha.
    szokeasaurusrex authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    80ffbe5 View commit details
    Browse the repository at this point in the history
Loading