chore(deps): update CLI to v2.29.1 - #3193
Merged
Merged
Conversation
github-actions
Bot
requested review from
bitsandfoxes and
jamescrosswell
as code owners
March 5, 2024 03:00
bruno-garcia
force-pushed
the
deps/scripts/update-cli.ps1/2.29.1
branch
from
March 5, 2024 03:01
89a7fdd to
9d16489
Compare
jamescrosswell
approved these changes
Mar 5, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps scripts/update-cli.ps1 from 2.28.6 to 2.29.1.
Auto-generated by a dependency updater.
Changelog
2.29.1
Updated version 2.29.0 changelog. No code changes.
2.29.0
Source maps fixes
This release fixes the behavior of
sourcemaps injectandsourcemaps upload. We now treat minified and non-minified source files the same way in both commands, which was always the desired behavior, and is also consistent with our JS bundler plugins.Please be aware that from now on,
sourcemaps injectwill inject debug IDs into all JS source files at the path provided to the command. If you only wish for some of the files to have debug IDs injected, you need to modify the path(s) passed tosourcemaps injector you need to use the--ignoreor--ignore-fileoptions to exclude the files you do not wish to inject the debug IDs into.In the
sourcemaps uploadcommand, we have eliminated the "Minified Scripts" section in the Source Maps Upload Report. Instead, these minified scripts will appear under "Scripts."Auth token validation
Sentry CLI now validates that you have provided an auth token whenever you run a command that requires authentication to succeed. If you fail to provide an auth token when running such a command, the Sentry CLI will exit with an error message explaining that the auth token is required but missing.
Other fixes & improvements
.cjsand.mjsto defaultsourcemaps uploadextensions (#1961) by szokeasaurusrex