Skip to content

Commit

Permalink
Adjust needed self-hosted version for debug ID sourcemap upload (#7587)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst authored Aug 3, 2023
1 parent 8aa9e4b commit 6677d63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Use the guide on this page if you're using one of the following:
- JavaScript SDK version `7.46.0` or lower
- `@sentry/webpack-plugin` package version `1.x` or lower
- `sentry-cli` version `2.16.1` or lower
- Sentry self-hosted or single-tenant on version `23.4.0` or lower
- Sentry self-hosted or single-tenant on version `23.6.1` or lower

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.

Expand Down Expand Up @@ -104,7 +104,7 @@ Sentry.init({

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

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Dependency versions that require the legacy method of uploading source maps incl
<code>sentry-cli</code> version <code>2.16.1</code> or lower
</li>
<li>
Sentry self-hosted or single-tenant on version <code>23.4.0</code> or lower
Sentry self-hosted or single-tenant on version <code>23.6.1</code> or lower
</li>
</ul>

Expand Down

1 comment on commit 6677d63

@vercel
Copy link

@vercel vercel bot commented on 6677d63 Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs-git-master.sentry.dev
sentry-docs.sentry.dev

Please sign in to comment.