From b6d1fd36ca7dc728ba70d055f03e6c60f482107e Mon Sep 17 00:00:00 2001 From: Martin Sonnberger Date: Fri, 18 Sep 2026 14:22:21 +0200 Subject: [PATCH 1/2] docs(javascript): Link upgrade guidance to the v11 migration docs Fixes SDK-1524 --- docs/platforms/javascript/common/troubleshooting/index.mdx | 2 +- docs/platforms/javascript/guides/angular/manual-setup.mdx | 2 +- .../javascript/guides/sveltekit/manual-setup__v10.7.0.mdx | 2 +- .../getting-started-complete/javascript.sveltekit.mdx | 2 +- platform-includes/getting-started-install/javascript.mdx | 5 ++--- .../session-replay/pre-requisites/javascript.mdx | 4 ++-- .../user-feedback/pre-requisites/javascript.mdx | 2 +- 7 files changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/platforms/javascript/common/troubleshooting/index.mdx b/docs/platforms/javascript/common/troubleshooting/index.mdx index 82bcb068599f40..f68922850512e4 100644 --- a/docs/platforms/javascript/common/troubleshooting/index.mdx +++ b/docs/platforms/javascript/common/troubleshooting/index.mdx @@ -41,7 +41,7 @@ If you set up the Sentry SDK and it's not sending any data to Sentry: If you update your Sentry SDK to a new major version, you might encounter breaking changes that need some adaption on your end. -Check out our [migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md) to learn everything you need +Check out our migration guide to learn everything you need to know to get up and running again with the latest Sentry features. diff --git a/docs/platforms/javascript/guides/angular/manual-setup.mdx b/docs/platforms/javascript/guides/angular/manual-setup.mdx index 4c05e2b28da245..9537b36a3b796c 100644 --- a/docs/platforms/javascript/guides/angular/manual-setup.mdx +++ b/docs/platforms/javascript/guides/angular/manual-setup.mdx @@ -31,7 +31,7 @@ You need: Run the command for your preferred package manager to add the Sentry SDK to your application. -If you're updating your Sentry SDK to the latest version, check out our [migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md) to learn more about breaking changes. +If you're updating your Sentry SDK to the latest version, check out our migration guide to learn more about breaking changes. diff --git a/docs/platforms/javascript/guides/sveltekit/manual-setup__v10.7.0.mdx b/docs/platforms/javascript/guides/sveltekit/manual-setup__v10.7.0.mdx index b72415f6ac2285..52e9087464a1ed 100644 --- a/docs/platforms/javascript/guides/sveltekit/manual-setup__v10.7.0.mdx +++ b/docs/platforms/javascript/guides/sveltekit/manual-setup__v10.7.0.mdx @@ -66,7 +66,7 @@ yarn add @sentry/sveltekit pnpm add @sentry/sveltekit ``` -If you're updating your Sentry SDK to the latest version, check out our [migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md) to learn more about breaking changes. +If you're updating your Sentry SDK to the latest version, check out our migration guide to learn more about breaking changes. ## Step 2: Configure diff --git a/platform-includes/getting-started-complete/javascript.sveltekit.mdx b/platform-includes/getting-started-complete/javascript.sveltekit.mdx index 2f19b2f0bee635..8fc48c3b2cd35f 100644 --- a/platform-includes/getting-started-complete/javascript.sveltekit.mdx +++ b/platform-includes/getting-started-complete/javascript.sveltekit.mdx @@ -85,7 +85,7 @@ Choose the features you want to configure, and this guide will show you how: Run the command for your preferred package manager to add the Sentry SDK to your application: -If you're updating your Sentry SDK to the latest version, check out our [migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md) to learn more about breaking changes. +If you're updating your Sentry SDK to the latest version, check out our migration guide to learn more about breaking changes. diff --git a/platform-includes/getting-started-install/javascript.mdx b/platform-includes/getting-started-install/javascript.mdx index 355ae0efad4ae2..1db48cf491b2ea 100644 --- a/platform-includes/getting-started-install/javascript.mdx +++ b/platform-includes/getting-started-install/javascript.mdx @@ -43,7 +43,6 @@ Next, place the script tag before all other scripts in your app. If you're updating your Sentry SDK to the latest version, check out our - [migration - guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md) - to learn more about breaking changes. + migration guide to + learn more about breaking changes. diff --git a/platform-includes/session-replay/pre-requisites/javascript.mdx b/platform-includes/session-replay/pre-requisites/javascript.mdx index fd7ddde7d0d7a8..0167da6ad12dc2 100644 --- a/platform-includes/session-replay/pre-requisites/javascript.mdx +++ b/platform-includes/session-replay/pre-requisites/javascript.mdx @@ -1,12 +1,12 @@ -For the sentry-replay integration to work, you must have the [Sentry browser SDK package](https://www.npmjs.com/package/@sentry/browser), or an equivalent framework SDK (for example, [@sentry/react](https://www.npmjs.com/package/@sentry/react)) installed. The minimum version required for the SDK is `7.27.0`. If you're on an older version of the SDK, please check the [migration document](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md). +For the sentry-replay integration to work, you must have the [Sentry browser SDK package](https://www.npmjs.com/package/@sentry/browser), or an equivalent framework SDK (for example, [@sentry/react](https://www.npmjs.com/package/@sentry/react)) installed. The minimum version required for the SDK is `7.27.0`. If you're on an older version of the SDK, please check the migration document. -Session Replay requires your SDK to be version `7.27.0` or higher. If you're on an older version, please check the [migration document](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md). +Session Replay requires your SDK to be version `7.27.0` or higher. If you're on an older version, please check the migration document. diff --git a/platform-includes/user-feedback/pre-requisites/javascript.mdx b/platform-includes/user-feedback/pre-requisites/javascript.mdx index b865b2bc1e87cb..cb3bbdd412b540 100644 --- a/platform-includes/user-feedback/pre-requisites/javascript.mdx +++ b/platform-includes/user-feedback/pre-requisites/javascript.mdx @@ -1,3 +1,3 @@ -For the User Feedback integration to work, you must have the [Sentry browser SDK package](https://www.npmjs.com/package/@sentry/browser), or an equivalent framework SDK (for example, [@sentry/react](https://www.npmjs.com/package/@sentry/react)) installed. The minimum version required for the SDK is [7.85.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.85.0). If you're on an older version of the SDK, please check this [migration document](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md). +For the User Feedback integration to work, you must have the [Sentry browser SDK package](https://www.npmjs.com/package/@sentry/browser), or an equivalent framework SDK (for example, [@sentry/react](https://www.npmjs.com/package/@sentry/react)) installed. The minimum version required for the SDK is [7.85.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.85.0). If you're on an older version of the SDK, please check this migration document. User Feedback requires browsers that support [Shadow DOM](https://caniuse.com/shadowdomv1) and [the Dialog element](https://caniuse.com/mdn-html_elements_dialog). From 6efbd308c84e3135b314c0c81032cbef617851a0 Mon Sep 17 00:00:00 2001 From: Martin Sonnberger Date: Fri, 18 Sep 2026 14:28:27 +0200 Subject: [PATCH 2/2] docs(javascript): Restore feature prerequisite migration links --- .../session-replay/pre-requisites/javascript.mdx | 4 ++-- platform-includes/user-feedback/pre-requisites/javascript.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platform-includes/session-replay/pre-requisites/javascript.mdx b/platform-includes/session-replay/pre-requisites/javascript.mdx index 0167da6ad12dc2..fd7ddde7d0d7a8 100644 --- a/platform-includes/session-replay/pre-requisites/javascript.mdx +++ b/platform-includes/session-replay/pre-requisites/javascript.mdx @@ -1,12 +1,12 @@ -For the sentry-replay integration to work, you must have the [Sentry browser SDK package](https://www.npmjs.com/package/@sentry/browser), or an equivalent framework SDK (for example, [@sentry/react](https://www.npmjs.com/package/@sentry/react)) installed. The minimum version required for the SDK is `7.27.0`. If you're on an older version of the SDK, please check the migration document. +For the sentry-replay integration to work, you must have the [Sentry browser SDK package](https://www.npmjs.com/package/@sentry/browser), or an equivalent framework SDK (for example, [@sentry/react](https://www.npmjs.com/package/@sentry/react)) installed. The minimum version required for the SDK is `7.27.0`. If you're on an older version of the SDK, please check the [migration document](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md). -Session Replay requires your SDK to be version `7.27.0` or higher. If you're on an older version, please check the migration document. +Session Replay requires your SDK to be version `7.27.0` or higher. If you're on an older version, please check the [migration document](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md). diff --git a/platform-includes/user-feedback/pre-requisites/javascript.mdx b/platform-includes/user-feedback/pre-requisites/javascript.mdx index cb3bbdd412b540..b865b2bc1e87cb 100644 --- a/platform-includes/user-feedback/pre-requisites/javascript.mdx +++ b/platform-includes/user-feedback/pre-requisites/javascript.mdx @@ -1,3 +1,3 @@ -For the User Feedback integration to work, you must have the [Sentry browser SDK package](https://www.npmjs.com/package/@sentry/browser), or an equivalent framework SDK (for example, [@sentry/react](https://www.npmjs.com/package/@sentry/react)) installed. The minimum version required for the SDK is [7.85.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.85.0). If you're on an older version of the SDK, please check this migration document. +For the User Feedback integration to work, you must have the [Sentry browser SDK package](https://www.npmjs.com/package/@sentry/browser), or an equivalent framework SDK (for example, [@sentry/react](https://www.npmjs.com/package/@sentry/react)) installed. The minimum version required for the SDK is [7.85.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.85.0). If you're on an older version of the SDK, please check this [migration document](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md). User Feedback requires browsers that support [Shadow DOM](https://caniuse.com/shadowdomv1) and [the Dialog element](https://caniuse.com/mdn-html_elements_dialog).