Skip to content

Commit a5e8d00

Browse files
docs(replay): Move FAQ Replay for Android questions into dedicated troubleshooting page (#14709)
<img width="1310" height="782" alt="SCR-20250825-mdjh" src="https://github.com/user-attachments/assets/1953731f-0d67-416b-a59a-8154c680a367" /> --------- Co-authored-by: Michelle Zhang <[email protected]>
1 parent 83d8d1f commit a5e8d00

File tree

2 files changed

+31
-19
lines changed

2 files changed

+31
-19
lines changed

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -124,22 +124,3 @@ Errors that happen while a replay is running will be linked to the replay, makin
124124
- The replay was rate-limited and couldn't be accepted.
125125
- The replay was deleted by a member of your org.
126126
- There were network errors and the replay wasn't saved.
127-
128-
## FAQ
129-
130-
Q: **Why are parts of my replay not masked?**
131-
132-
A: Text fields, input fields, images, video players and webviews are all masked by default. Local assets, such as colors or vector drawables, aren't masked because the likelihood of these assets containing PII is low. If you encounter a view/component that should be masked by default, consider opening a [GitHub issue](https://github.com/getsentry/sentry-java/issues).
133-
134-
Q: **Does Session Replay work with Jetpack Compose?**
135-
136-
A: Yes, by default, text, input field, and image composables should be masked. Masking within embedded Android views (`AndroidView`)
137-
in Compose isn't currently supported. If you encounter composables that aren't masked but should be, consider opening a [GitHub issue](https://github.com/getsentry/sentry-java/issues).
138-
139-
Q: **What's the lowest version of Android supported?**
140-
141-
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.
142-
143-
Q: **Why is my issue missing a replay?**
144-
145-
A: An issue may be missing a replay because the user's device was [offline](/product/explore/session-replay/mobile#frequently-asked-questions) while `sessionSampleRate` was specified, your project/organization was rate-limited, or (in rare cases) the device failed to capture the replay video.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Troubleshooting
3+
sidebar_order: 5503
4+
notSupported:
5+
description: "Troubleshooting issues with Session Replay"
6+
---
7+
8+
<Expandable title="Why are parts of my replay not masked?" permalink>
9+
10+
Text fields, input fields, images, video players, and webviews are all masked by default. Local assets, such as colors or vector drawables, aren't masked because the likelihood of these assets containing PII is low. If you encounter a view or component that should be masked by default, consider opening a [GitHub issue](https://github.com/getsentry/sentry-java/issues).
11+
12+
</Expandable>
13+
14+
<Expandable title="Does Session Replay work with Jetpack Compose?" permalink>
15+
16+
Yes, by default, text, input field, and image composables should be masked. Masking within embedded Android views (`AndroidView`)
17+
in Compose isn't currently supported. If you encounter composables that aren't masked but should be, consider opening a [GitHub issue](https://github.com/getsentry/sentry-java/issues).
18+
19+
</Expandable>
20+
21+
<Expandable title="What's the lowest version of Android supported?" permalink>
22+
23+
Recording only happens on Android 8 (API level 26) or newer. For devices running an older version, SDK features other than recording work normally.
24+
25+
</Expandable>
26+
27+
<Expandable title="Why is my issue missing a replay?" permalink>
28+
29+
An issue may be missing a replay because the user's device was [offline](/product/explore/session-replay/mobile#frequently-asked-questions) while `sessionSampleRate` was specified, your project/organization was rate-limited, or (in rare cases) the device failed to capture the replay video.
30+
31+
</Expandable>

0 commit comments

Comments
 (0)