Skip to content

Releases: getsentry/sentry-cli

3.4.2-snapshot.20260430.b383d38

30 Apr 12:49

Choose a tag to compare

Pre-release

Snapshot build from master at b383d38.

3.4.2-snapshot.20260428.b797278

28 Apr 15:01

Choose a tag to compare

Pre-release

Snapshot build from master at b797278.

3.4.2-snapshot.20260428.3a7d03f

28 Apr 15:03

Choose a tag to compare

Pre-release

Snapshot build from master at 3a7d03f.

3.4.1

28 Apr 14:51

Choose a tag to compare

Improvements

  • (bundle-jvm) Warn and skip subsequent duplicates when multiple files strip to the same URL (e.g. Android build variants contributing the same FQCN). The warning points users at --exclude to scope the bundle to a single variant (#3275).

Fixes

  • (bundle-jvm) Strip the [<module>/]src/<sourceset>/<lang>/ prefix from bundle URLs so Symbolicator can resolve them from package-based stack traces (e.g. sentry-android-core/src/main/java/io/sentry/android/core/ANRWatchDog.java~/io/sentry/android/core/ANRWatchDog.jvm) (#3275).

3.4.1-snapshot.20260428.b50557c

28 Apr 13:22

Choose a tag to compare

Pre-release

Snapshot build from master at b50557c.

3.4.1-snapshot.20260423.342be6c

23 Apr 15:32

Choose a tag to compare

Pre-release

Snapshot build from master at 342be6c.

3.4.1-snapshot.20260420.4430631

20 Apr 12:24

Choose a tag to compare

Pre-release

Snapshot build from master at 4430631.

3.4.1-snapshot.20260420.289c6c4

20 Apr 12:23

Choose a tag to compare

Pre-release

Snapshot build from master at 289c6c4.

3.4.0

20 Apr 12:14

Choose a tag to compare

Features

  • (snapshots) Add --selective flag to build snapshots to indicate the upload contains only a subset of images (#3268)
  • (bundle-jvm) Allow running directly on a project root (including multi-module repos) by automatically collecting only JVM source files (.java, .kt, .scala, .groovy), respecting .gitignore, and excluding common build output directories (#3260)
  • (bundle-jvm) Add --exclude option for custom glob patterns to exclude files/directories from source collection (#3260)

Performance

  • (snapshots) Parallelize image hashing with rayon (#3250)

Fixes

  • (snapshots) Chunk image uploads to avoid file descriptor exhaustion and 413 errors when uploading hundreds of images (#3249)
  • (snapshots) Preserve subdirectory structure in snapshot manifest keys instead of flattening to bare filenames (#3269)
  • Replace eprintln! with log::info! for progress bar completion messages when the progress bar is disabled (e.g. in CI). This avoids spurious stderr output that some CI systems treat as errors (#3223).

3.3.6-snapshot.20260416.d4d6232

16 Apr 11:20

Choose a tag to compare

Pre-release

Snapshot build from master at d4d6232.