Commit 1bcb316
fix(sentry): Mark skipped values consumed after success
Move skipValue consumption tracking after the underlying Gson skip succeeds.
This keeps valueConsumed aligned with the primitive reader methods and avoids marking a value as consumed before JsonReader has actually advanced past it.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 886612d commit 1bcb316
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
353 | 352 | | |
| 353 | + | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| |||
0 commit comments