Skip to content

Commit

Permalink
fix(sourcemaps): Adjust initial-sdk-version tag value
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Jul 6, 2023
1 parent 50fd5b1 commit ebb501e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sourcemaps/utils/sdk-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md#upgradi
}

async function handleAutoUpdateSdk(packageName: string) {
Sentry.setTag('initial-sdk-version', '>=7.0.0 <= 7.47.0');
Sentry.setTag('initial-sdk-version', '>=7.0.0 <7.47.0');

const shouldUpdate = await abortIfCancelled(
clack.select({
Expand Down

0 comments on commit ebb501e

Please sign in to comment.