You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
23
23
### Fixes
24
24
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))
26
26
- Fix main thread identification parsing for ApplicationExitInfo ANRs ([#5733](https://github.com/getsentry/sentry-java/pull/5733))
27
27
- Do not send threads without stacktraces for ApplicationExitInfo ANRs ([#5733](https://github.com/getsentry/sentry-java/pull/5733))
28
28
- 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