From 8088e40d239e1404bddf4327890128327d47acb3 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Mon, 25 Sep 2023 17:57:54 -0400 Subject: [PATCH] fix: capacitor instead of electron (#7938) --- .../session-replay/pre-requisites/javascript.capacitor.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platform-includes/session-replay/pre-requisites/javascript.capacitor.mdx b/src/platform-includes/session-replay/pre-requisites/javascript.capacitor.mdx index 0ea4a68ef8625..6540489d83d46 100644 --- a/src/platform-includes/session-replay/pre-requisites/javascript.capacitor.mdx +++ b/src/platform-includes/session-replay/pre-requisites/javascript.capacitor.mdx @@ -1,4 +1,4 @@ -For the sentry-replay integration to work, you must have the [Sentry Electron SDK package](https://www.npmjs.com/package/@sentry/electron) installed. The minimum version required for the SDK is `4.2.0`. +For the sentry-replay integration to work, you must have the [Sentry Capacitor SDK package](https://www.npmjs.com/package/@sentry/capacitor) installed. The minimum version required for the SDK is `0.12.3`. If you're on an older version of the SDK, please check the [troubleshooting document to help on -migration](/platforms/javascript/guides/electron/troubleshooting/). +migration](/platforms/javascript/guides/capacitor/troubleshooting/).