diff --git a/docs/platforms/android/session-replay/index.mdx b/docs/platforms/android/session-replay/index.mdx index 90f9ae0bf75ef..fb854b6dfca6c 100644 --- a/docs/platforms/android/session-replay/index.mdx +++ b/docs/platforms/android/session-replay/index.mdx @@ -117,3 +117,11 @@ Errors that happen on the page while a replay is running will be linked to the r - The replay was rate-limited and couldn't be accepted. - The replay was deleted by a member of your org. - There were network errors and the replay wasn't saved. + +## FAQ + +Q: Does Session Replay work with Jetpack Compose? +A: Yes, but we're still adding support for redaction for Jetpack Compose views. Redaction will be added during the Beta program and after GA these views will be masked by default. + +Q: What's the lowest version of Android supported? +A: Recording only happens on Android 8 (API level 26) or newer. For devices running an older version, SDK features other than recording work normally.