Skip to content

chore(deps): update CLI to v3.4.1#248

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/sentry-cli.properties/3.4.1
Open

chore(deps): update CLI to v3.4.1#248
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/sentry-cli.properties/3.4.1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps sentry-cli.properties from 3.3.0 to 3.4.1.

Auto-generated by a dependency updater.

Changelog

3.4.1

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.0

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.5

Performance

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

Fixes

  • (sourcemaps) Skip non-base64 embedded sourcemaps during injection (#3243)

3.3.4

New Features ✨

  • (snapshots) Add --diff-threshold option to build snapshots to set a minimum pixel difference percentage for reporting image changes (#3259)
  • Add sentry-cli build download command to download installable builds (IPA/APK) by build ID (#3221).
  • Add sentry-cli code-mappings upload command to bulk upload code mappings from a JSON file (#3207, #3208, #3209, #3210).
    • Code mappings link stack trace paths (e.g. com/example/module) to source paths in your repository (e.g. src/main/java/com/example/module), enabling Sentry to display source context and link directly to your code from error stack traces.
    • Repository name and default branch are automatically inferred from your local git remotes, or can be specified explicitly with --repo and --default-branch.
    • Large mapping files are automatically split into batches for upload.

3.3.3

Internal Changes 🔧

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

3.3.2

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

Fixes

  • Accept ProGuard mapping files without line information instead of rejecting them (#3192).
  • Improve error message when uploading .xcarchive or .ipa files on non-Apple Silicon Macs (#3211).

Experimental Feature 🧑‍🔬 (internal-only)

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

@github-actions github-actions Bot force-pushed the deps/sentry-cli.properties/3.4.1 branch from c713bce to 806f659 Compare April 29, 2026 04:17
@github-actions github-actions Bot force-pushed the deps/sentry-cli.properties/3.4.1 branch from 806f659 to a6fdc51 Compare May 7, 2026 04:20
@github-actions github-actions Bot force-pushed the deps/sentry-cli.properties/3.4.1 branch from a6fdc51 to 16488e6 Compare May 9, 2026 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant