Skip to content
Merged
Show file tree
Hide file tree
Changes from 45 commits
Commits
Show all changes
50 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
6fc8ede
Update naming to match upcoming backend change
rbro112 Feb 23, 2026
3008c50
regenerate Cargo.lock
lcian Feb 24, 2026
1751bb9
remove dead code
lcian Feb 24, 2026
c482c2d
unnecessary pub
lcian Feb 24, 2026
688de63
fix(api): Remove redundant /api/0/ prefix from snapshots upload optio…
lcian Feb 24, 2026
a5148fd
fix(snapshots): Fix TOCTOU by reading each file once at upload time
lcian Feb 24, 2026
2d98930
style(snapshots): Run cargo fmt
lcian Feb 24, 2026
5c39a7b
fix(snapshots): Address clippy warnings
lcian Feb 24, 2026
b297024
improve
lcian Feb 25, 2026
815866a
improve
lcian Feb 25, 2026
043ee62
improve
lcian Feb 25, 2026
8543f82
improve
lcian Feb 25, 2026
be90166
imporst sort
lcian Feb 25, 2026
8528b95
improve
lcian Feb 25, 2026
6c49f65
hidden files
lcian Feb 26, 2026
8ac78c1
fix for hidden root dir
lcian Feb 26, 2026
4522f68
use published objectstore, sort deps
lcian Feb 27, 2026
3195958
revert unrelated change
lcian Feb 27, 2026
ca0a938
pathbuf
lcian Feb 27, 2026
5e451bc
Merge branch 'master' into lcian/feat/snapshots
lcian Feb 27, 2026
12f0de3
changelog
lcian Feb 27, 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