Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
95876c4
feat(preprod): Add snapshots subcommand
noahsmartin Dec 18, 2025
e45f588
update deps
lcian Jan 27, 2026
f3cfadb
no multiple projects, get rid of shard index
lcian Jan 27, 2026
4794046
add organization details API util
lcian Jan 27, 2026
c6e67e9
introduce necessary utils
lcian Jan 27, 2026
1cd38b7
use batch API
lcian Jan 28, 2026
15a89af
improve
lcian Jan 28, 2026
1bc440d
improve
lcian Jan 28, 2026
3417b53
cargo clippy --fix
lcian Jan 28, 2026
3f206dd
improve
lcian Jan 28, 2026
e902bfc
fmt all
lcian Jan 28, 2026
e5bd2d7
fix test
lcian Jan 28, 2026
081e550
add auth, fix url
lcian Feb 5, 2026
d13ddec
cargo clippy --fix
lcian Feb 5, 2026
db855ee
changelog
lcian Feb 5, 2026
b70e7b1
Merge branch 'master' into lcian/feat/snapshots
lcian Feb 5, 2026
0d59c90
Updates to get e2e run working
rbro112 Feb 10, 2026
46b3edc
Feedback
rbro112 Feb 14, 2026
56e0050
Add retention policy
rbro112 Feb 14, 2026
e5f1f08
ref(api): Use rename_all on OrganizationLinks
lcian Feb 16, 2026
4a3da60
ref(utils): Move objectstore module from directory to single file
lcian Feb 16, 2026
07c3b7a
ref(utils): Accept AuthenticatedApi in get_objectstore_url
lcian Feb 16, 2026
3f4c1ff
ref(api): Make PathArg public and use it in objectstore URL
lcian Feb 16, 2026
4596f8d
fix(snapshots): Handle invalid auth token header gracefully
lcian Feb 16, 2026
b0fc8b0
use objectstore_client with native-tls feature
lcian Feb 16, 2026
567b86d
improve
lcian Feb 20, 2026
f2516bb
improve
lcian Feb 20, 2026
7bd56f6
improve
lcian Feb 20, 2026
e3c3255
Replace image sizing utils with imagesize crate
rbro112 Feb 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

### Features

- Added experimental `sentry-cli build snapshots` command to upload build snapshots to a project ([#3110](https://github.com/getsentry/sentry-cli/pull/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.
- Add `sourceMaps.inject()` for injecting debug IDs ([#3088](https://github.com/getsentry/sentry-cli/pull/3088))
- Add `--install-group` parameter to `sentry-cli build upload` for controlling update visibility between builds ([#3094](https://github.com/getsentry/sentry-cli/pull/3094))

Expand Down
Loading
Loading