From 51058830e85cd1ccd8c17f1cd5d82fed722c7fb7 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich Date: Thu, 5 Jun 2025 09:45:50 +0200 Subject: [PATCH 1/2] Update SR RN masking warning with the fixed SDK version --- docs/platforms/react-native/session-replay/index.mdx | 2 +- docs/platforms/react-native/session-replay/privacy/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/platforms/react-native/session-replay/index.mdx b/docs/platforms/react-native/session-replay/index.mdx index 1701ff1a2eb35b..8ae74e2bb26b0e 100644 --- a/docs/platforms/react-native/session-replay/index.mdx +++ b/docs/platforms/react-native/session-replay/index.mdx @@ -90,7 +90,7 @@ However, if you're working on a mobile app that doesn't contain any PII or priva -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). +If you are manually initializing native SDKs before JS, use Sentry React Native SDK version [6.15.0](https://github.com/getsentry/sentry-react-native/releases/tag/6.15.0) or newer (includes Sentry Cocoa SDK version [8.52.0](https://github.com/getsentry/sentry-cocoa/releases/tag/8.52.0)). For more details, please, see [GH-4853](https://github.com/getsentry/sentry-react-native/issues/4853). diff --git a/docs/platforms/react-native/session-replay/privacy/index.mdx b/docs/platforms/react-native/session-replay/privacy/index.mdx index 4ac34ff806c192..ca04f630551aca 100644 --- a/docs/platforms/react-native/session-replay/privacy/index.mdx +++ b/docs/platforms/react-native/session-replay/privacy/index.mdx @@ -27,7 +27,7 @@ _Make sure your Sentry React Native SDK version is 5.36.0, 6.3.0 and up_ -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). +If you are manually initializing native SDKs before JS, use Sentry React Native SDK version [6.15.0](https://github.com/getsentry/sentry-react-native/releases/tag/6.15.0) or newer (includes Sentry Cocoa SDK version [8.52.0](https://github.com/getsentry/sentry-cocoa/releases/tag/8.52.0)). For more details, please, see [GH-4853](https://github.com/getsentry/sentry-react-native/issues/4853). From 08f8e98568ab1f7b66acbe5df15d3eb71d78309d Mon Sep 17 00:00:00 2001 From: Krystof Woldrich Date: Thu, 5 Jun 2025 10:12:35 +0200 Subject: [PATCH 2/2] bump the version to the future patch release --- docs/platforms/react-native/session-replay/index.mdx | 2 +- docs/platforms/react-native/session-replay/privacy/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/platforms/react-native/session-replay/index.mdx b/docs/platforms/react-native/session-replay/index.mdx index 8ae74e2bb26b0e..66bbca3f660f1b 100644 --- a/docs/platforms/react-native/session-replay/index.mdx +++ b/docs/platforms/react-native/session-replay/index.mdx @@ -90,7 +90,7 @@ However, if you're working on a mobile app that doesn't contain any PII or priva -If you are manually initializing native SDKs before JS, use Sentry React Native SDK version [6.15.0](https://github.com/getsentry/sentry-react-native/releases/tag/6.15.0) or newer (includes Sentry Cocoa SDK version [8.52.0](https://github.com/getsentry/sentry-cocoa/releases/tag/8.52.0)). For more details, please, see [GH-4853](https://github.com/getsentry/sentry-react-native/issues/4853). +If you are manually initializing native SDKs before JS, use Sentry React Native SDK version [6.15.1](https://github.com/getsentry/sentry-react-native/releases/tag/6.15.1) or newer (includes Sentry Cocoa SDK version [8.52.1](https://github.com/getsentry/sentry-cocoa/releases/tag/8.52.1)). For more details, please, see [GH-4853](https://github.com/getsentry/sentry-react-native/issues/4853). diff --git a/docs/platforms/react-native/session-replay/privacy/index.mdx b/docs/platforms/react-native/session-replay/privacy/index.mdx index ca04f630551aca..77fbfafd93eec5 100644 --- a/docs/platforms/react-native/session-replay/privacy/index.mdx +++ b/docs/platforms/react-native/session-replay/privacy/index.mdx @@ -27,7 +27,7 @@ _Make sure your Sentry React Native SDK version is 5.36.0, 6.3.0 and up_ -If you are manually initializing native SDKs before JS, use Sentry React Native SDK version [6.15.0](https://github.com/getsentry/sentry-react-native/releases/tag/6.15.0) or newer (includes Sentry Cocoa SDK version [8.52.0](https://github.com/getsentry/sentry-cocoa/releases/tag/8.52.0)). For more details, please, see [GH-4853](https://github.com/getsentry/sentry-react-native/issues/4853). +If you are manually initializing native SDKs before JS, use Sentry React Native SDK version [6.15.1](https://github.com/getsentry/sentry-react-native/releases/tag/6.15.1) or newer (includes Sentry Cocoa SDK version [8.52.1](https://github.com/getsentry/sentry-cocoa/releases/tag/8.52.1)). For more details, please, see [GH-4853](https://github.com/getsentry/sentry-react-native/issues/4853).