Skip to content

Commit cee86fc

Browse files
committed
Update Changelog
1 parent 69170ce commit cee86fc

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

CHANGELOG.md

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

55
### Features
66

7+
- Add new experimental option to capture profiles for ANRs ([#4899](https://github.com/getsentry/sentry-java/pull/4899))
8+
- This feature will capture a stack profile of the main thread when it gets unresponsive
9+
- The profile gets attached to the ANR event on the next app start, providing a flamegraph of the ANR issue on the sentry issue details page
10+
- Enable via `options.setEnableAnrProfiling(true)` or Android manifest: `<meta-data android:name="io.sentry.anr.enable-profiling" android:value="true" />`
711
- Add option to capture additional OkHttp network request/response details in session replays ([#4919](https://github.com/getsentry/sentry-java/pull/4919))
812
- Depends on `SentryOkHttpInterceptor` to intercept the request and extract request/response bodies
913
- To enable, add url regexes via the `io.sentry.session-replay.network-detail-allow-urls` metadata tag in AndroidManifest ([code sample](https://github.com/getsentry/sentry-java/blob/b03edbb1b0d8b871c62a09bc02cbd8a4e1f6fea1/sentry-samples/sentry-samples-android/src/main/AndroidManifest.xml#L196-L205))
@@ -94,12 +98,6 @@ SentryAndroid.init(
9498
### Improvements
9599

96100
- Do not send manual log origin ([#4897](https://github.com/getsentry/sentry-java/pull/4897))
97-
- Add ANR profiling integration ([#4899](https://github.com/getsentry/sentry-java/pull/4899))
98-
- Captures main thread profile when ANR is detected
99-
- Identifies culprit code causing application hangs
100-
- Profiles are attached to ANR error events for better diagnostics
101-
- Enable via `options.setEnableAnrProfiling(true)` or Android manifest: `<meta-data android:name="io.sentry.anr.enable-profiling" android:value="true" />`
102-
103101

104102
### Dependencies
105103

0 commit comments

Comments
 (0)