Skip to content

Commit

Permalink
android: replay faq (#11247)
Browse files Browse the repository at this point in the history
* android: replay faq

* Apply suggestions from code review

* Update docs/platforms/android/session-replay/index.mdx

Co-authored-by: Liza Mock <liza.mock@sentry.io>

---------

Co-authored-by: Liza Mock <liza.mock@sentry.io>
  • Loading branch information
bruno-garcia and lizokm committed Sep 10, 2024
1 parent 58cad54 commit 9141b3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/platforms/android/session-replay/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 9141b3f

Please sign in to comment.