File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments