Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/platforms/android/configuration/app-not-respond.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ SentryAndroid.init(context) { options ->

![ANR Thread Dump](./img/app-not-respond-thread-dump.png)

## ANR Profiling (Experimental)
## ANR Profiling

<Alert>

ANR Profiling is available starting in SDK version `8.35.0`. This feature is experimental and may change in future versions.
ANR Profiling is available starting in SDK version `8.35.0`.

</Alert>

Expand Down
2 changes: 1 addition & 1 deletion docs/pricing/quotas/manage-ui-profile-hours.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can look at your UI Profile hours in aggregate in the "Usage Stats" tab of t

UI Profiling only supports **client-side** sampling. To control client-side sampling behavior, you can set the `profile_session_sample_rate` configuration parameter to a value between 0.0-1.0 to control the number of profiling sessions that are sampled (the default is 0.0).

Android [ANR Profiling](/platforms/android/configuration/app-not-respond/#anr-profiling-experimental) is also billed as UI Profile Hours. It uses a separate sampling option, `anrProfilingSampleRate`, which controls the probability of collecting a profile for each detected foreground ANR.
Android [ANR Profiling](/platforms/android/configuration/app-not-respond/#anr-profiling) is also billed as UI Profile Hours. It uses a separate sampling option, `anrProfilingSampleRate`, which controls the probability of collecting a profile for each detected foreground ANR.

For UI Profiling, the initial user session starts when the SDK is initialized, and sampling is first evaluated at this point. The user session will either end on termination of the application **or** depending on the platform, there can be other events that end a user session (like backgrounding a mobile application). The sampling rate will be re-evaluated on each new user session.

Expand Down
Loading