Skip to content

Commit 7a304db

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ view.sentryReplayUnmask()
101101

102102
## Jetpack Compose
103103

104-
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.
104+
We only support masking specific composables in Jetpack Compose. Since composables are functions, not classes, masking by view class isn't possible.
105105

106-
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.)
106+
In the example below, we want the "Hello" message to be captured in the replay, but not the custom composable. (By default, all text composables are masked.)
107107

108108
```kotlin
109109
import io.sentry.android.replay.sentryReplayMask

0 commit comments

Comments
 (0)