Skip to content

Commit 2095c52

Browse files
romtsnlizokm
andauthored
Update docs/platforms/android/session-replay/index.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent 9126d2a commit 2095c52

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/android/session-replay

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ Q: Why are parts of my replay not masked?
124124
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).
125125

126126
Q: Does Session Replay work with Jetpack Compose?
127-
A: Yes, by default text, input field and image composables should be masked. Masking within embedded android views (`AndroidView`)
128-
in Compose is currently not supported. If you encounter composables that are not masked but should be, consider opening a [GitHub issue](https://github.com/getsentry/sentry-java/issues).
127+
A: Yes, by default, text, input field, and image composables should be masked. Masking within embedded Android views (`AndroidView`)
128+
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).
129129

130130
Q: What's the lowest version of Android supported?
131131
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 commit comments

Comments
 (0)