From 1c477ece5e2bdecfa914e3aedc20908023d8c78d Mon Sep 17 00:00:00 2001 From: Roman Zavarnitsyn Date: Wed, 27 May 2026 17:21:39 +0200 Subject: [PATCH] fix(changelog): Move ART memory entry to unreleased --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c432e6241..684d2b6896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ } } ``` +- Parse ART memory and garbage collector info from ANR tombstones into ART context ([#5428](https://github.com/getsentry/sentry-java/pull/5428)) ## 8.42.0 @@ -31,7 +32,6 @@ - Enable via `options.isAttachRawTombstone = true` or manifest: `` - Add API to clear feature flags from scopes ([#5426](https://github.com/getsentry/sentry-java/pull/5426)) - Add support to configure reporting historical ANRs via `AndroidManifest.xml` using the `io.sentry.anr.report-historical` attribute ([#5387](https://github.com/getsentry/sentry-java/pull/5387)) -- Parse ART memory and garbage collector info from ANR tombstones into ART context ([#5428](https://github.com/getsentry/sentry-java/pull/5428)) ### Dependencies