Skip to content

Commit 4d3a940

Browse files
feat(snapshots): Add local image diff command using odiff
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 49f8725 commit 4d3a940

17 files changed

Lines changed: 2322 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Features
6+
7+
- (snapshots) Add `snapshots diff` command for locally comparing directories of PNG snapshot images using odiff ([#3306](https://github.com/getsentry/sentry-cli/pull/3306))
8+
59
### Fixes
610

711
- Respect `CURL_CA_BUNDLE` and `SSL_CERT_FILE` when configuring TLS certificate authorities ([#3301](https://github.com/getsentry/sentry-cli/pull/3301)).

Cargo.lock

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ sha1_smol = { version = "1.0.0", features = ["serde", "std"] }
6969
sha2 = "0.10.9"
7070
sourcemap = { version = "9.3.0", features = ["ram_bundle"] }
7171
symbolic = { version = "12.13.3", features = ["debuginfo-serde", "il2cpp"] }
72+
tar = "0.4"
7273
thiserror = "1.0.38"
7374
tokio = { version = "1.47", features = ["rt"] }
7475
url = "2.3.1"

0 commit comments

Comments
 (0)