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.31.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.32.1
Choose a head ref
  • 9 commits
  • 76 files changed
  • 4 contributors

Commits on May 2, 2024

  1. Merge branch 'release/2.31.2'

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

Commits on May 22, 2024

  1. fix(commands): Add missing env vars for release name detection (#2051)

    Check env vars SENTRY_RELEASE and GAE_DEPLOYMENT_ID when detecting release name, as done by SDKs.
    
    Fixes GH-2050
    elramen authored May 22, 2024
    Configuration menu
    Copy the full SHA
    0295c36 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. feat(auth): Allow global config to be located in XDG directory (#2059)

    If the global config file does not exist in the home directory, look in the following paths:
    - Linux: $XDG_CONFIG_HOME/sentry/sentrycli.ini and $HOME/.config/sentry/sentrycli.ini
    - Mac: $HOME/Library/Application Support/sentry/sentrycli.ini
    - Windows: {FOLDERID_RoamingAppData}
    This enables users to keep their home dir clean, adhering to standards such as XDG on linux.
    
    Fixes GH-1521
    elramen authored May 27, 2024
    Configuration menu
    Copy the full SHA
    c987094 View commit details
    Browse the repository at this point in the history
  2. feat(metrics): Add send-metric command (#2063)

    Add CLI command send-metric for emitting metrics to Sentry.
    Add new command-parser that uses clap's Derive API. Future commands should use this as the Derive API makes it:
    -Easier to read, write, and modify arguments and commands.
    -Easier to keep the argument declaration and reading of argument in sync.
    -Easier to reuse shared arguments.
    
    Fixes GH-2001
    elramen authored May 27, 2024
    Configuration menu
    Copy the full SHA
    c805e5c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. docs(commands): Add info about clap Derive API (#2066)

    Add information to contributing docs about using Derive API for future commands.
    elramen authored May 28, 2024
    Configuration menu
    Copy the full SHA
    f3cf487 View commit details
    Browse the repository at this point in the history
  2. release: 2.32.0

    getsentry-bot committed May 28, 2024
    Configuration menu
    Copy the full SHA
    18c4276 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/2.32.0'

    getsentry-bot committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f5f6fde View commit details
    Browse the repository at this point in the history
  4. release: 2.32.1

    getsentry-bot committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a66698b View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    szokeasaurusrex authored May 28, 2024
    Configuration menu
    Copy the full SHA
    58fb0b0 View commit details
    Browse the repository at this point in the history
Loading