Skip to content

Commit 3588bf0

Browse files
committed
add changelog entry
1 parent d088a4a commit 3588bf0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
- Discard envelopes on `4xx` and `5xx` response ([#4950](https://github.com/getsentry/sentry-java/pull/4950))
1616
- This aims to not overwhelm Sentry after an outage or load shedding (including HTTP 429) where too many events are sent at once
1717

18+
### Feature
19+
20+
- Add a Tombstone integration that detects native crashes without relying on the NDK integration, but instead using `ApplicationExitInfo.REASON_CRASH_NATIVE` on Android 12+. ([#4933](https://github.com/getsentry/sentry-java/pull/4933))
21+
- Currently exposed via options as an _internal_ API only.
22+
- If enabled alongside the NDK integration, crashes will be reported as two separate events. Users should enable only one; deduplication between both integrations will be added in a future release.
23+
1824
## 8.29.0
1925

2026
### Fixes

0 commit comments

Comments
 (0)