Skip to content

Commit 993657f

Browse files
Update index.mdx
1 parent 2931089 commit 993657f

File tree

1 file changed

+6
-0
lines changed
  • docs/platforms/react-native/session-replay/privacy

1 file changed

+6
-0
lines changed

docs/platforms/react-native/session-replay/privacy/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ Sentry.mobileReplayIntegration({
2525

2626
_Make sure your Sentry React Native SDK version is 5.36.0, 6.3.0 and up_
2727

28+
<Alert level="warning">
29+
30+
If you are manually initializing native SDKs before JS, the React Native text and images won't be automatically masked. For the current state of this issue and example workaround, please see [GH-4853](https://github.com/getsentry/sentry-react-native/issues/4853).
31+
32+
</Alert>
33+
2834
## Mask and Unmask Components
2935

3036
You can choose which views you want to mask or unmask by using the `Mask` or `Unmask` components.

0 commit comments

Comments
 (0)