Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update CLI to v2.29.1 #1574

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 5, 2024

Bumps modules/sentry-cli.properties 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 inject and sourcemaps 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 inject will 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 to sourcemaps inject or you need to use the --ignore or --ignore-file options to exclude the files you do not wish to inject the debug IDs into.

In the sourcemaps upload command, 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

  • fix(sourcemaps): Add .cjs and .mjs to default sourcemaps upload extensions (#1961) by szokeasaurusrex
  • fix(xcode): Only parse Plist when required during RN source maps upload (#1940) by krystofwoldrich
  • fix(files): Fail when deleting all files fails with 404 error (#1949) by szokeasaurusrex
  • fix: support windows on arm via x64 binary (#1943) by MarshallOfSound

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cli.properties/2.29.1 branch from f73c1ab to 1294b01 Compare March 5, 2024 02:05
@bitsandfoxes bitsandfoxes merged commit db6bc0f into main Mar 5, 2024
122 checks passed
@bitsandfoxes bitsandfoxes deleted the deps/modules/sentry-cli.properties/2.29.1 branch March 5, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants