Skip to content

Commit 8e4c9a3

Browse files
a-haritilizokm
andauthored
fix typo (#11860)
* fix typo closes #11856 * Update platform-includes/migration/javascript-v8/troubleshooting/javascript.mdx --------- Co-authored-by: Liza Mock <[email protected]>
1 parent 27c8c16 commit 8e4c9a3

File tree

1 file changed

+1
-1
lines changed
  • platform-includes/migration/javascript-v8/troubleshooting

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
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.
44

5-
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.
5+
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.
66

77
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 commit comments

Comments
 (0)