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.32.2
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.33.0
Choose a head ref
  • 10 commits
  • 50 files changed
  • 6 contributors

Commits on Jul 15, 2024

  1. Merge branch 'release/2.32.2'

    getsentry-bot committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    cdf3ebb View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. build(deps): bump ws from 7.5.9 to 7.5.10 (#2091)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    98ba434 View commit details
    Browse the repository at this point in the history
  2. feat(auth): Recognize new format user tokens (#2100)

    getsentry/sentry#68148 changed user auth tokens, so that they now start with a sntryu_ prefix. While the CLI correctly handles these new tokens, the CLI issued a warning when using these new format tokens.
    
    This PR updates the CLI's auth token parsing logic to recognize the new user auth token format (in addition to the old format), so that the warning is no longer issued.
    szokeasaurusrex authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    215f1c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7af518e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a18157 View commit details
    Browse the repository at this point in the history
  5. docs(id-support): Document that -p and -o arguments accept slugs and …

    …IDs (#2101)
    
    Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
    iamrajjoshi and szokeasaurusrex authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f20a6a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. docs: Fix typos (#2102)

    Found via `typos --hidden --format brief`
    kianmeng authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3c6a11f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. build: Downgrade symbolic-debuginfo to 12.8.0 (#2108)

    symbolic-debuginfo version 12.8.0 is the latest version excluding getsentry/symbolic#816, which caused a regression in sentry-cli.
    
    Fixes #2107
    szokeasaurusrex authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    94c9557 View commit details
    Browse the repository at this point in the history
  2. release: 2.33.0

    getsentry-bot committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    13b351b View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    szokeasaurusrex authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    afec7ee View commit details
    Browse the repository at this point in the history
Loading