From 7b25518a301748f72a8acdd15536e60c18d86f34 Mon Sep 17 00:00:00 2001 From: Abdellah Hariti Date: Mon, 18 Nov 2024 19:41:10 +0100 Subject: [PATCH 1/2] fix typo closes #11856 --- .../migration/javascript-v8/troubleshooting/javascript.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-includes/migration/javascript-v8/troubleshooting/javascript.mdx b/platform-includes/migration/javascript-v8/troubleshooting/javascript.mdx index de7c6da6dc769..014620ca2d148 100644 --- a/platform-includes/migration/javascript-v8/troubleshooting/javascript.mdx +++ b/platform-includes/migration/javascript-v8/troubleshooting/javascript.mdx @@ -2,6 +2,6 @@ If you are getting errors from within the Sentry SDK that it is trying to access certain functions that are not available, for example "... is not a function", it is possible that there are misaligned versions installed. -The Sentry JavaScript Bundler Plugins (`@sentry/webpack-plugin`, `@sentry/vite-plugin`, `@sentry/esbuild-plugin`, `@sentry/rollup-plugin`) used to depend on certain Sentry SDK packages on version 7 wich may clash with version 8 of the SDK. +The Sentry JavaScript Bundler Plugins (`@sentry/webpack-plugin`, `@sentry/vite-plugin`, `@sentry/esbuild-plugin`, `@sentry/rollup-plugin`) used to depend on certain Sentry SDK packages on version 7 which may clash with version 8 of the SDK. The recommendation is to upgrade the JavaScript Bundler Plugin packages to at least version `2.14.2` which will no longer include dependencies on v7 of the Sentry JavaScript SDK. From bf4b990509a4b9d5c249970813a700b4ded93894 Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Mon, 18 Nov 2024 12:17:11 -0800 Subject: [PATCH 2/2] Update platform-includes/migration/javascript-v8/troubleshooting/javascript.mdx --- .../migration/javascript-v8/troubleshooting/javascript.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-includes/migration/javascript-v8/troubleshooting/javascript.mdx b/platform-includes/migration/javascript-v8/troubleshooting/javascript.mdx index 014620ca2d148..3ed5bc14d5847 100644 --- a/platform-includes/migration/javascript-v8/troubleshooting/javascript.mdx +++ b/platform-includes/migration/javascript-v8/troubleshooting/javascript.mdx @@ -2,6 +2,6 @@ If you are getting errors from within the Sentry SDK that it is trying to access certain functions that are not available, for example "... is not a function", it is possible that there are misaligned versions installed. -The Sentry JavaScript Bundler Plugins (`@sentry/webpack-plugin`, `@sentry/vite-plugin`, `@sentry/esbuild-plugin`, `@sentry/rollup-plugin`) used to depend on certain Sentry SDK packages on version 7 which may clash with version 8 of the SDK. +The Sentry JavaScript Bundler Plugins (`@sentry/webpack-plugin`, `@sentry/vite-plugin`, `@sentry/esbuild-plugin`, `@sentry/rollup-plugin`) used to depend on certain Sentry SDK packages on version 7, which may clash with version 8 of the SDK. The recommendation is to upgrade the JavaScript Bundler Plugin packages to at least version `2.14.2` which will no longer include dependencies on v7 of the Sentry JavaScript SDK.