From d267734a9db0314ba60df287de0e83aec3f238f8 Mon Sep 17 00:00:00 2001 From: lucas Date: Thu, 2 Apr 2026 15:10:55 +0100 Subject: [PATCH 1/2] Add not supported warning to capacitor --- docs/platforms/javascript/common/session-replay/index.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/platforms/javascript/common/session-replay/index.mdx b/docs/platforms/javascript/common/session-replay/index.mdx index 649bb1279153e4..f573dd512ffbff 100644 --- a/docs/platforms/javascript/common/session-replay/index.mdx +++ b/docs/platforms/javascript/common/session-replay/index.mdx @@ -24,7 +24,13 @@ notSupported: description: "Learn how to enable Session Replay in your app if it is not already set up." --- - + + + +Session Replay is no longer supported in `@sentry/capacitor` as of version 4.0.0. If you need Session Replay, we recommend [`@sentry/react-native`](/platforms/react-native/) or [`sentry-dart` (Flutter)](/platforms/flutter/). + + + [Session Replay](/product/explore/session-replay/) helps you get to the root cause of an error or latency issue faster by providing you with a video-like reproduction of what was happening in the user's browser before, during, and after the issue. You can rewind and replay your application's DOM state and see key user interactions, like mouse clicks, scrolls, network requests, and console entries, in a single combined UI inspired by your browser's DevTools. From 8fdc7700223f27dd1a96b14ba77a3b0f64ca3f4d Mon Sep 17 00:00:00 2001 From: LucasZF Date: Thu, 2 Apr 2026 15:53:27 +0100 Subject: [PATCH 2/2] Apply suggestion from @lucas-zimerman --- docs/platforms/javascript/common/session-replay/index.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/platforms/javascript/common/session-replay/index.mdx b/docs/platforms/javascript/common/session-replay/index.mdx index f573dd512ffbff..5aeb8faa336d0e 100644 --- a/docs/platforms/javascript/common/session-replay/index.mdx +++ b/docs/platforms/javascript/common/session-replay/index.mdx @@ -30,7 +30,8 @@ description: "Learn how to enable Session Replay in your app if it is not alread Session Replay is no longer supported in `@sentry/capacitor` as of version 4.0.0. If you need Session Replay, we recommend [`@sentry/react-native`](/platforms/react-native/) or [`sentry-dart` (Flutter)](/platforms/flutter/). - + + [Session Replay](/product/explore/session-replay/) helps you get to the root cause of an error or latency issue faster by providing you with a video-like reproduction of what was happening in the user's browser before, during, and after the issue. You can rewind and replay your application's DOM state and see key user interactions, like mouse clicks, scrolls, network requests, and console entries, in a single combined UI inspired by your browser's DevTools.