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.23.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.24.1
Choose a head ref
  • 8 commits
  • 13 files changed
  • 3 contributors

Commits on Jan 2, 2024

  1. Merge branch 'release/2.23.2'

    getsentry-bot committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e49cd05 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. feat(api): Validate Auth Tokens client-side (#1885)

    Perform client-side validation of all Auth Tokens input to the Sentry CLI. To ensure future-compatibility, we only provide soft validation, meaning that we only print a warning message if we detect that the Auth Token is invalid – the CLI will still proceed with normal execution if the Auth Token is invalid.
    
    Fixes GH-1859
    szokeasaurusrex authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    627559b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. feat(sourcemaps): Improve sourcemaps resolve command output (#1880)

    This PR makes two improvements to the sourcemaps resolve command output:
    
      - The PR changes the output line and column values from zero-indexed to one-indexed values. By switching to one-indexed values, the output line and column numbers use the same scale as the input values and follow the standard convention for line and column numbers in source code files. This change fixes the off-by-one error reported in Source mapping is offset when using switch statements #1863.
      - The output text has been restructured and clarified to indicate that the sourcemap resolver locates the closest token to the line and column input that the user provides. With this change, it should be clear to users that the source and minified file line/column locations reported in the output are the locations of this nearest token that the sourcemap resolver locates. This change is specifically intended to help avoid confusion in cases where the nearest token may in a different location (perhaps even, on a different line) than the search location provided in the user's input.
    
    Fixes GH-1863
    szokeasaurusrex authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c4f6b56 View commit details
    Browse the repository at this point in the history
  2. release: 2.24.0

    getsentry-bot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9dbfe35 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/2.24.0'

    getsentry-bot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    4ee79ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af03399 View commit details
    Browse the repository at this point in the history
  5. release: 2.24.1

    getsentry-bot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    0c723fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20b7188 View commit details
    Browse the repository at this point in the history
Loading