From 3777dae851c6e69bc95a1908d468a464ea7daf6a Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Fri, 30 Jan 2026 15:30:22 +0100 Subject: [PATCH] RN: Link Ignore View Types from Subtree Traversal iOS documentation --- docs/platforms/react-native/session-replay/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/platforms/react-native/session-replay/index.mdx b/docs/platforms/react-native/session-replay/index.mdx index 441cfde5ba4a6..567bd2c6ce1ef 100644 --- a/docs/platforms/react-native/session-replay/index.mdx +++ b/docs/platforms/react-native/session-replay/index.mdx @@ -268,3 +268,5 @@ Sentry.init({ ], }); ``` + +For more information, see the [Ignore View Types from Subtree Traversal](/platforms/apple/guides/ios/session-replay/customredact/#ignore-view-types-from-subtree-traversal) section in the iOS documentation.