Skip to content

Commit c5e7929

Browse files
romtsnlizokm
andauthored
Update docs/platforms/android/session-replay/privacy/index.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent 830fb64 commit c5e7929

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/android/session-replay/privacy

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ We also provide convenient extension functions for Kotlin:
9999

100100
We only support masking specific composables in Jetpack Compose. Since composables don't have a concept of classes (they are all composable functions), masking by view class is not supported.
101101

102-
In this example, we want the "Hello" message to be captured in the replay (by default, all text composables are masked), but not the custom composable:
102+
In the below example, we want the "Hello" message to be captured in the replay, but not the custom composable. (By default, all text composables are masked.)
103103

104104
```kotlin
105105
import io.sentry.android.replay.sentryReplayMask

0 commit comments

Comments
 (0)