From 9141b3f18c31cb56d9f259dc45c523a016313e8c Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Tue, 10 Sep 2024 14:28:10 -0400 Subject: [PATCH] android: replay faq (#11247) * android: replay faq * Apply suggestions from code review * Update docs/platforms/android/session-replay/index.mdx Co-authored-by: Liza Mock --------- Co-authored-by: Liza Mock --- docs/platforms/android/session-replay/index.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) 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.