Skip to content

Commit 298720a

Browse files
adinauerclaude
andcommitted
docs(changelog): Clarify JSON recovery log levels
Clarify that collection recovery emits warning logs for skipped values, while unknown-key failures and unrecoverable recovery paths emit errors. This keeps the release note aligned with the actual logging behavior from the recovery fixes. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 50e4f46 commit 298720a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
### Fixes
66

7-
- Fix `JsonObjectReader` and `MapObjectReader` hanging indefinitely when deserialization errors leave the reader in an inconsistent state; failed values are now skipped, parsing continues, and a WARNING-level log entry is emitted for each skipped value ([#5293](https://github.com/getsentry/sentry-java/pull/5293))
7+
- Fix `JsonObjectReader` and `MapObjectReader` hanging indefinitely when deserialization
8+
errors leave the reader in an inconsistent state ([#5293](https://github.com/getsentry/sentry-java/pull/5293))
9+
- Failed collection values are now skipped so parsing can continue
10+
- Skipped collection values emit `WARNING` logs
11+
- Unknown-key failures and unrecoverable recovery failures emit `ERROR` logs
812

913
### Dependencies
1014

0 commit comments

Comments
 (0)