Skip to content

Commit 6677d63

Browse files
author
Luca Forstner
authored
Adjust needed self-hosted version for debug ID sourcemap upload (#7587)
1 parent 8aa9e4b commit 6677d63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/platform-includes/sourcemaps/legacy-uploading-methods/javascript.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Use the guide on this page if you're using one of the following:
99
- JavaScript SDK version `7.46.0` or lower
1010
- `@sentry/webpack-plugin` package version `1.x` or lower
1111
- `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
1313

1414
If all of your Sentry dependencies are on more up-to-date versions than in the list above, we recommend using the regular <PlatformLink to="/sourcemaps">Source Maps</PlatformLink> guide.
1515

@@ -104,7 +104,7 @@ Sentry.init({
104104

105105
## Uploading using Sentry Bundler Plugins on Version `2.x`
106106

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.
108108

109109
This applies when using the following packages on version `2.x` and above:
110110

src/platform-includes/sourcemaps/troubleshooting/javascript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Dependency versions that require the legacy method of uploading source maps incl
2424
<code>sentry-cli</code> version <code>2.16.1</code> or lower
2525
</li>
2626
<li>
27-
Sentry self-hosted or single-tenant on version <code>23.4.0</code> or lower
27+
Sentry self-hosted or single-tenant on version <code>23.6.1</code> or lower
2828
</li>
2929
</ul>
3030

0 commit comments

Comments
 (0)