Skip to content

Commit b156d72

Browse files
committed
meta: Update CHANGELOG.md for Android 16 targetSdk update
1 parent 414699d commit b156d72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
### Improvements
1313

14+
- Update Android targetSdk to API 36 (Android 16) ([#5016](https://github.com/getsentry/sentry-java/pull/5016))
15+
- Migrated from deprecated `Thread.getId()` to `Thread.threadId()` with backward compatibility
16+
- Created `ThreadUtil` helper for version-aware thread ID retrieval
17+
- Updated sample app to use `OnBackPressedCallback` instead of deprecated `onBackPressed()`
1418
- Expose `MAX_EVENT_SIZE_BYTES` constant in SentryOptions ([#4962](https://github.com/getsentry/sentry-java/pull/4962))
1519
- Discard envelopes on `4xx` and `5xx` response ([#4950](https://github.com/getsentry/sentry-java/pull/4950))
1620
- This aims to not overwhelm Sentry after an outage or load shedding (including HTTP 429) where too many events are sent at once

0 commit comments

Comments
 (0)