From c05972abe79c13a5a8ec821af14f61b5b34d8791 Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Thu, 23 Apr 2026 10:44:46 +0200 Subject: [PATCH] chore(changelog): Remove snapshot items from unreleased The @SentrySnapshot annotation and diff_threshold sidecar entries should not ship in the next release. Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb881e7..80b67dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,6 @@ ## Unreleased -### Features - -- Add `@SentrySnapshot` runtime annotation for configuring the per-snapshot diff threshold, published as `io.sentry:sentry-snapshots-runtime` ([EME-1055](https://linear.app/getsentry/issue/EME-1055)) -- Emit `diff_threshold` in the snapshot sidecar JSON when a `@Preview` is also annotated with `@SentrySnapshot(diffThreshold = ...)` ([EME-1055](https://linear.app/getsentry/issue/EME-1055)) - ### Dependencies - Bump CLI from v3.3.5 to v3.4.0 ([#1156](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1156))