Skip to content

Releases: getsentry/sentry-cli

3.3.4-snapshot.20260320.d893c9d

20 Mar 21:34

Choose a tag to compare

Pre-release

Snapshot build from master at d893c9d.

3.3.4-snapshot.20260320.d700ba3

20 Mar 15:58

Choose a tag to compare

Pre-release

Snapshot build from master at d700ba3.

3.3.3

11 Mar 16:29

Choose a tag to compare

Internal Changes 🔧

  • (npm) 🤖 Bump optional dependencies to 3.3.2 in afdef906

3.3.2

10 Mar 18:10

Choose a tag to compare

New Features ✨

  • (preprod) Add VCS parameters to snapshots upload command by @rbro112 in #3200

Internal Changes 🔧

  • (npm) 🤖 Bump optional dependencies to 3.3.1 in 3200dfb9

3.3.1

10 Mar 10:37

Choose a tag to compare

Fixes

  • Accept ProGuard mapping files without line information instead of rejecting them (#3192).

Experimental Feature 🧑‍🔬 (internal-only)

  • Pipe snapshot sidecar metadata into upload as part of sentry-cli build snapshots command (#3163).

3.3.0

04 Mar 15:18

Choose a tag to compare

New Features

  • Added sentry-cli proguard uuid <PATH> to compute and print the UUID for a ProGuard mapping file (#3176).

Improvements

  • Moved sentry-cli upload-proguard to sentry-cli proguard upload, aligning the API with similar upload commands like debug-files upload and sourcemaps upload (#3174). sentry-cli upload-proguard remains supported as an alias, so no migration is required.

Experimental Feature 🧑‍🔬 (internal-only)

  • Print snapshot URL after successful upload (#3167).

3.2.3

02 Mar 09:58

Choose a tag to compare

Experimental Feature 🧑‍🔬 (internal-only)

  • Added experimental sentry-cli build snapshots command to upload build snapshots to a project (#3110).
    • This command uploads files from a specified directory to Sentry's Objectstore, associating them with a snapshot identifier.
    • The command is experimental and subject to breaking changes or removal in future releases.

3.2.2

23 Feb 13:43

Choose a tag to compare

Fixes

  • Updated minimatch dependency to fix a vulnerability (#3153)

2.58.5

23 Feb 13:41

Choose a tag to compare

Fixes

  • Updated minimatch dependency to fix a vulnerability (#3152)

3.2.1

20 Feb 14:10

Choose a tag to compare

Fixes

  • The dart-symbol-map upload command now correctly resolves the organization from the auth token payload (#3065).
  • Retry DNS resolution failures for sentry.io requests to reduce intermittent failures for some users (#3085)