You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/platform-includes/sourcemaps/legacy-uploading-methods/javascript.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Use the guide on this page if you're using one of the following:
9
9
- JavaScript SDK version `7.46.0` or lower
10
10
-`@sentry/webpack-plugin` package version `1.x` or lower
11
11
-`sentry-cli` version `2.16.1` or lower
12
-
- Sentry self-hosted or single-tenant on version `23.4.0` or lower
12
+
- Sentry self-hosted or single-tenant on version `23.6.1` or lower
13
13
14
14
If all of your Sentry dependencies are on more up-to-date versions than in the list above, we recommend using the regular <PlatformLinkto="/sourcemaps">Source Maps</PlatformLink> guide.
15
15
@@ -104,7 +104,7 @@ Sentry.init({
104
104
105
105
## Uploading using Sentry Bundler Plugins on Version `2.x`
106
106
107
-
If you are using a Sentry self-hosted or single-tenant on version `23.4.0` or lower, or you are using the Sentry JavaScript SDK on version `7.46.0` you will need to configure the bundler plugins with the `release.uploadLegacySourcemaps` option.
107
+
If you are using a Sentry self-hosted or single-tenant on version `23.6.1` or lower, or you are using the Sentry JavaScript SDK on version `7.46.0` you will need to configure the bundler plugins with the `release.uploadLegacySourcemaps` option.
108
108
109
109
This applies when using the following packages on version `2.x` and above:
0 commit comments