Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android: replay faq #11247

Merged
merged 3 commits into from
Sep 10, 2024
Merged
Changes from 2 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
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: Doesn't it work with Jetpack Compose?
A: Yes. But please be aware we're still adding support for redaction for Jetpack Compose views. This will be added during the Beta program so 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. On devices running an older version, other SDK features work normally, but no recording will be performed.
bruno-garcia marked this conversation as resolved.
Show resolved Hide resolved
Loading