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

Update dependency @sentry/cli to v2 #398

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/cli (source) ^1.55.0 -> ^2.0.0 age adoption passing confidence

Release Notes

getsentry/sentry-cli (@​sentry/cli)

v2.38.2

Compare Source

Various fixes & improvements

v2.38.1

Compare Source

Various fixes & improvements

v2.38.0

Compare Source

Various fixes & improvements

v2.37.0

Compare Source

All Xcode uploads are now executed in the foreground, which should allow for easier debugging of any problems that occur while uploading files during the build process, since errors will be logged directly within Xcode.

With this change, the --force-foreground flag is no longer needed, since we always upload in the foreground. The flag is now a deprecated no-op.

v2.36.6

Compare Source

There are no code changes in this release. It is being performed to test an update to the release build process.

v2.36.5

Compare Source

There are no code changes in this release. It is a re-release of 2.36.4, which we are making because 2.36.4 and 2.36.3
failed to publish to PyPI.

v2.36.4

Compare Source

This releases fixes includes a bugfix (#​2171 by @​szokeasaurusrex) for #​2169. The bug caused any command run with
sentry-cli monitors run to not be executed whenever sending the cron checkin to Sentry failed, e.g. during a Sentry
outage or due to some other network failure. With the bugfix, we log the error and execute the program even when there
was an error sending the checkin.

We recommend that all users using sentry-cli monitors run upgrade to Sentry CLI version 2.36.4 immediately.

v2.36.3

Compare Source

Various fixes & improvements

v2.36.2

Compare Source

Various fixes & improvements

v2.36.1

Compare Source

Various fixes & improvements
  • Fix a bug where background Xcode uploads sometimes failed

v2.36.0

Compare Source

Various fixes & improvements
  • Log when file not added to source bundle (#​2146) by @​szokeasaurusrex
  • Bump Symbolic to 12.11.0. This fixes a bug where uploading source files sometimes failed when any of the files were not UTF-8 encoded

v2.35.0

Compare Source

Various fixes & improvements

v2.34.1

Compare Source

Various fixes & improvements
  • build: Bump symbolic to 12.10.1 (#​2134) by @​szokeasaurusrex
    • This includes an upstream bugfix for a bug that prevented debug file uploading with sources when any of the sources were not valid UTF-8.
  • fix(debugIds): Always instantiate global Error class in debugId injection snippet (#​2132) by @​Lms24

v2.34.0

Compare Source

Various fixes & improvements

v2.33.1

Compare Source

Security fix

This release contains a fix for a bug where auth tokens would, under the following circumstances, be logged to stdout:

  • The auth token was passed as a command line argument to Sentry CLI (via --auth-token)
  • The log level was set to info or debug
    • The default log level is warn, so users using the default log level were unaffected by this bug

We now redact the --auth-token argument and anything else that looks like it might be an auth token when logging the arguments that the Sentry CLI was called with (see #​2115 and #​2118 for details).

Other fixes & improvements

v2.33.0

Compare Source

Various fixes & improvements

v2.32.2

Compare Source

Various fixes & improvements

v2.32.1

Compare Source

Release performed for technical reasons. This release is identical to 2.32.0.

v2.32.0

Compare Source

Various fixes & improvements

v2.31.2

Compare Source

Various fixes & improvements
  • Fix regressions related to releases set-commits command, which were introduced in 2.31.1.

v2.31.1

Compare Source

Various fixes & improvements

v2.31.0

Compare Source

With this change, dSYM uploads to the legacy endpoint and release file uploads are routed to the region URL directly (e.g. to https://us.sentry.io instead of https://sentry.io). This change only affects users using the CLI to interact with SaaS Sentry; everything stays the same for self-hosted users.

Other changes

v2.30.5

Compare Source

Release made for technical reasons. There are no code changes in this version.

v2.30.4

Compare Source

Release made for technical reasons. There are no code changes in this version.

v2.30.3

Compare Source

Various fixes & improvements

v2.30.2

Compare Source

This release re-enables Python releases. There are no code changes.

v2.30.1

Compare Source

Various fixes & improvements

v2.30.0

Compare Source

Cron Monitor Changes

The monitors run subcommand now no longer accepts --auth-token or other means of authentication using token-based auth. It is now required to use DSN based auth to monitor cron jobs using the sentry-cli.

v2.29.1

Compare Source

Updated version 2.29.0 changelog. No code changes.

v2.29.0

Compare Source

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

v2.28.6

Compare Source

Various fixes & improvements

v2.28.5

Compare Source

Various fixes & improvements

v2.28.4

Compare Source

This release re-enables releases to PyPI, in addition to the following fix:

Various fixes & improvements

v2.28.0

Compare Source

New features
  • New cron monitor configuration options (#​1922) by @​szokeasaurusrex
    • The sentry-cli monitors run command now has two new command line arguments: --failure-issue-threshold and --recovery-threshold. These arguments allow the user to specify the number of consecutive failed checkins that trigger an issue to be created and the number of successful checkins that trigger the issue to be resolved, respectively.
Various fixes & improvements
  • fix(sourcemaps): print source map URL instead of {source_url} on error (#​1917) by @​jbg

v2.27.0

Compare Source

Improvements
Fixes
  • Correct error message for querying events/issues on non-existing project. The message now states that the project could not be found, instead of stating that the organization could not be found. (#​1916) by @​szokeasaurusrex
Other

v2.26.0

Compare Source

Various fixes & improvements

v2.25.3

Compare Source

  • No documented changes.

v2.25.2

Compare Source

  • No documented changes.

v2.25.1

Compare Source

v2.25.0

Compare Source

Various fixes & improvements

v2.24.1

Compare Source

Various fixes & improvements

v2.24.0

Compare Source

Various fixes & improvements

v2.23.2

Compare Source

Various fixes & improvements

v2.23.1

Compare Source

Various fixes & improvements

v2.23.0

Compare Source

Various fixes & improvements

v2.22.3

Compare Source

ref: Transition to binaries over npm (#​1836)

v2.22.2

Compare Source

This release contains no changes and was done for technical purposes.

v2.22.1

Compare Source

This release contains no changes and was done for technical purposes.

v2.21.5

Compare Source

This release contains no changes and was done for technical purposes.

v2.21.4

Compare Source

Various fixes & improvements

v2.21.3

Compare Source

Various fixes & improvements

v2.21.2

Compare Source

Various fixes & improvements

v2.21.1

Compare Source

Various fixes & improvements

v2.21.0

Compare Source

Various fixes and improvements

v2.20.7

Compare Source

Various fixes & improvements

v2.20.6

Compare Source

Various fixes & improvements

v2.20.5

Compare Source

Various fixes & improvements

v2.20.4

Compare Source

Various fixes and improvements

v2.20.3

Compare Source

Various fixes & improvements

v2.20.2

Compare Source

Various fixes & improvements

v2.20.1

Compare Source

Various fixes and improvements
  • fix: Correctly detect local binary when installing via npm (#​1695)

v2.20.0

Compare Source

Various fixes and improvements
  • feat(issues): Add issues list command (#​1349)
  • feat(inject): Make sourcemap discovery smarter (#​1663)
  • feat(config): Support organization-based tokens (#​1673)
  • feat(proguard): Create a weak release association with a proguard mapping file (#​1688)
  • fix(inject): Make pragma detection stricter (#​1648)
  • fix(inject): Mark paths argument as required (#​1662)
  • fix(debug-files): Add wasm to supported debug-files upload formats (#​1683)
  • fix(sourcemaps): Sourcemap rewriting no longer deletes debug ids when uploading (#​1686)
  • ref(sourcemaps): Do not dedupe artifacts if server won't handle it due to url limit (#​1680)

v2.19.4

Compare Source

Various fixes and improvements
  • feat: Don't upload chunks that are already on the server (fixed version) (#​1660)

v2.19.3

Compare Source

Various fixes and improvements
  • Revert "feat: Don't upload chunks that are already on the server (#​1651)"

v2.19.2

Compare Source

Various fixes and improvements
  • fix: Make artifact bundle creation deterministic (#​1652)
  • feat: Don't upload chunks that are already on the server (#​1651)

v2.19.1

Compare Source

Various fixes & improvements

v2.19.0

Compare Source

Various fixes & improvements

v2.18.1

Compare Source

Various fixes & improvements

v2.18.0

Compare Source

Various fixes & improvements

v2.17.5

Compare Source

Various fixes & improvements

v2.17.4

Compare Source

Various fixes & improvements

v2.17.3

Compare Source

Various fixes & improvements
  • feat(js): Skip null as option same as undefined (#​1579) by @​mitsuhiko
  • Add command sentry-cli debug-files bundle-jvm for bundling Java (and other JVM based languages) sources (#​1551) by @​adinauer

v2.17.2

Compare Source

Various fixes & improvements

v2.17.1

Compare Source

Various fixes & improvements

v2.17.0

Compare Source

Various fixes & improvements
  • feat(bash-hook): Add ability to specify tags for bash hook script (#​1560)
  • feat(sourcemaps): Add --use-artifact-bundle flag to force Artifact Bundles usage (#​1557) (#​1559)
  • ref(sourcemaps): Check for release or debug ids before upload (#​1561)
  • ref(sourcemaps): Skip empty bundle uploads (#​1552)
  • ref(inject): Inject files with embedded sourcemaps (#​1558)
  • ref(inject): Inject regardless of whether a sourcemap is present (#​1563)
  • fix(inject): Use File::create to make sure files are truncated (#​1562)

v2.16.1

Compare Source

Various fixes & improvements

v2.16.0

Compare Source

Various fixes & improvements

v2.15.2

Compare Source

Various fixes and improvements
  • fix: Make sourcemap injection on upload opt-in (#​1534)

v2.15.1

Compare Source

Various fixes and improvements
  • fix: Properly overwrite the sourcemap when injecting (#​1525)
  • ref: Allow multiple paths in sourcemaps inject (#​1523)

v2.15.0

Compare Source

Various fixes & improvements
  • feat: Implement new chunk based upload for standalone artifact bundles (#​1490)
  • feat: Inject sourcemap debug ids by default when performing sourcemaps upload and print injection report (#​1513)
  • ref: Use recursive walk instead of globbing when looking for sourcemaps inject files (#​1504)
  • ref: When injecting sourcemap debug ids, make sure that sourceMappingURL comment is always kept at the end of a file (#​1511)

v2.14.4

Compare Source

Various fixes & improvements
  • fix: Include sources referenced but not embedded by an object file (#​1486)
  • chore: Reapply clap update to v4 and fix releases subcommands (#​1500)
  • deps: Update rust-sourcemap to 6.2.3 (#​1502)

[v2.14.3](https://redirect.github.com/getsentry/sentry-cli/blob/HEAD/CHA


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants