We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b286ad5 commit a62b5e8Copy full SHA for a62b5e8
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
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
13
## 8.26.0
14
15
### Features
0 commit comments