Skip to content

Commit a62b5e8

Browse files
markushiclaude
andcommitted
docs(changelog): Add ANR profiling integration entry
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent b286ad5 commit a62b5e8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Features
6+
7+
- Add ANR profiling integration ([#4899](https://github.com/getsentry/sentry-java/pull/4899))
8+
- Captures main thread profile when ANR is detected
9+
- Identifies culprit code causing application hangs
10+
- Profiles are attached to ANR error events for better diagnostics
11+
- Enable via `options.setEnableAnrProfiling(true)` or Android manifest: `<meta-data android:name="io.sentry.anr.enable-profiling" android:value="true" />`
12+
313
## 8.26.0
414

515
### Features

0 commit comments

Comments
 (0)