Skip to content

Commit

Permalink
fix typo (#11860)
Browse files Browse the repository at this point in the history
* fix typo

closes #11856

* Update platform-includes/migration/javascript-v8/troubleshooting/javascript.mdx

---------

Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
a-hariti and lizokm authored Nov 18, 2024
1 parent 27c8c16 commit 8e4c9a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8e4c9a3

Please sign in to comment.