Releases: getsentry/sentry-cli
Releases · getsentry/sentry-cli
3.4.1-snapshot.20260423.342be6c
Snapshot build from master at 342be6c.
3.4.1-snapshot.20260420.4430631
Snapshot build from master at 4430631.
3.4.1-snapshot.20260420.289c6c4
Snapshot build from master at 289c6c4.
3.4.0
Features
- (snapshots) Add
--selectiveflag tobuild snapshotsto 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
--excludeoption 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!withlog::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
Snapshot build from master at d4d6232.
3.3.6-snapshot.20260415.d783793
Snapshot build from master at d783793.
3.3.6-snapshot.20260415.cdcc4a2
Snapshot build from master at cdcc4a2.
3.3.6-snapshot.20260415.3d7f705
Snapshot build from master at 3d7f705.
3.3.6-snapshot.20260414.f825541
Snapshot build from master at f825541.
3.3.6-snapshot.20260414.8a559a2
Snapshot build from master at 8a559a2.