Skip to content

Commit b5c0278

Browse files
committed
changelog
1 parent fc9996a commit b5c0278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
### Fixes
2424

25-
- Avoid using `Math.floorDiv` and `Math.floorMod` on Android API levels where they are unavailable ([#5743](https://github.com/getsentry/sentry-java/pull/5743))
25+
- Fix ISO 8601 timestamp handling on older Android versions by replacing unsupported `Math.floorDiv` and `Math.floorMod` calls ([#5743](https://github.com/getsentry/sentry-java/pull/5743))
2626
- Fix main thread identification parsing for ApplicationExitInfo ANRs ([#5733](https://github.com/getsentry/sentry-java/pull/5733))
2727
- Do not send threads without stacktraces for ApplicationExitInfo ANRs ([#5733](https://github.com/getsentry/sentry-java/pull/5733))
2828
- Record byte-level client reports when event processors discard logs or trace metrics ([#5718](https://github.com/getsentry/sentry-java/pull/5718))

0 commit comments

Comments
 (0)