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.41.1 #41

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 22, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/cli (source) 2.23.0 -> 2.41.1 age adoption passing confidence

Release Notes

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

v2.41.1

Compare Source

Various fixes & improvements
  • build: Replace dotenv with dotenvy (#​2351) by @​szokeasaurusrex
    • This fixes a problem where multiline env variables were not supported in .env files

v2.41.0

Compare Source

Various fixes & improvements

v2.40.0

Compare Source

New features
  • feat(debugid): Update debug ID snippet to write on globalThis when available (#​2301) by @​lforst
Improvements
Bug fixes

Non-user-facing changes

We made several refactors and added several tests in this release. These changes should not affect users.

v2.39.1

Compare Source

Various fixes & improvements

v2.39.0

Compare Source

Features/improvements
Various fixes & improvements
  • ref(proguard): Delete pointless code (#​2263) by @​szokeasaurusrex
  • fix: Improve error handling in dif.rs (#​2225)
  • ci: Run codeql-analysis on all PRs (#​2224)
  • build: Add assert_cmd as a dev dependency
  • ref(api): Remove dead code (#​2217)
  • ref: Remove SENTRY_DUMP_REPONSE environment variable (#​2212)
  • ref(utils): Remove allow(dead_code) from update utils (#​2216)
  • ref(api): Remove blanket allow(dead_code) (#​2215)
  • ref(api): Only allow dead code where needed (#​2213)

Changes to tests

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

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.

@renovate renovate bot changed the title Update dependency @sentry/cli to v2.23.1 Update dependency @sentry/cli to v2.23.2 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from 93879a6 to 50849f8 Compare January 4, 2024 11:50
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.23.2 Update dependency @sentry/cli to v2.24.1 Jan 6, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from 50849f8 to 14f7ed9 Compare January 6, 2024 08:32
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.24.1 Update dependency @sentry/cli to v2.25.0 Jan 10, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from 14f7ed9 to cfab566 Compare January 10, 2024 05:22
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from cfab566 to 348dab2 Compare January 18, 2024 20:54
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.25.0 Update dependency @sentry/cli to v2.25.3 Jan 18, 2024
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.25.3 Update dependency @sentry/cli to v2.26.0 Jan 23, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from 348dab2 to 95f6c4a Compare January 23, 2024 05:49
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.26.0 Update dependency @sentry/cli to v2.27.0 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from 95f6c4a to 3e7db9e Compare January 31, 2024 08:43
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.27.0 Update dependency @sentry/cli to v2.28.0 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch 2 times, most recently from 29fb88d to ba7415f Compare February 13, 2024 02:10
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.28.0 Update dependency @sentry/cli to v2.28.5 Feb 13, 2024
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.28.5 Update dependency @sentry/cli to v2.28.6 Feb 14, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from ba7415f to 1bad2e9 Compare February 14, 2024 05:16
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.28.6 Update dependency @sentry/cli to v2.29.1 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from 1bad2e9 to bf0cb47 Compare March 5, 2024 06:00
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.29.1 Update dependency @sentry/cli to v2.30.0 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch 2 times, most recently from b6866f8 to b13e716 Compare March 13, 2024 23:50
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.30.0 Update dependency @sentry/cli to v2.30.2 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from b13e716 to 026dc7c Compare March 27, 2024 23:55
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.30.2 Update dependency @sentry/cli to v2.31.0 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from 026dc7c to ed6a404 Compare April 30, 2024 17:55
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.31.0 Update dependency @sentry/cli to v2.31.1 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from ed6a404 to b1c4ce6 Compare May 3, 2024 02:47
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.31.1 Update dependency @sentry/cli to v2.31.2 May 3, 2024
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.35.0 Update dependency @sentry/cli to v2.36.0 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from b637f99 to df566bc Compare September 11, 2024 20:36
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.36.0 Update dependency @sentry/cli to v2.36.1 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from df566bc to 9a8afc2 Compare September 24, 2024 20:54
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.36.1 Update dependency @sentry/cli to v2.36.2 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from 9a8afc2 to bf3a831 Compare September 27, 2024 08:53
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.36.2 Update dependency @sentry/cli to v2.36.3 Sep 27, 2024
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.36.3 Update dependency @sentry/cli to v2.36.4 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch 2 times, most recently from a760758 to de8fb5e Compare October 2, 2024 05:18
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.36.4 Update dependency @sentry/cli to v2.36.5 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from de8fb5e to d50687e Compare October 4, 2024 05:20
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.36.5 Update dependency @sentry/cli to v2.36.6 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from d50687e to 995ed7d Compare October 8, 2024 05:29
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.36.6 Update dependency @sentry/cli to v2.37.0 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from 995ed7d to 87be66a Compare October 22, 2024 23:31
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.37.0 Update dependency @sentry/cli to v2.38.0 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from 87be66a to dfeb01a Compare October 30, 2024 23:51
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.38.0 Update dependency @sentry/cli to v2.38.1 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from dfeb01a to 2baed1a Compare November 5, 2024 08:36
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.38.1 Update dependency @sentry/cli to v2.38.2 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from 2baed1a to 3617d5f Compare November 23, 2024 05:44
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.38.2 Update dependency @sentry/cli to v2.39.0 Nov 23, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from 3617d5f to 6d2f90c Compare November 26, 2024 20:35
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.39.0 Update dependency @sentry/cli to v2.39.1 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from 6d2f90c to 836c1a3 Compare January 3, 2025 14:45
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.39.1 Update dependency @sentry/cli to v2.40.0 Jan 3, 2025
@renovate renovate bot force-pushed the renovate/sentry-cli-2.x-lockfile branch from 836c1a3 to 3005111 Compare January 24, 2025 03:20
@renovate renovate bot changed the title Update dependency @sentry/cli to v2.40.0 Update dependency @sentry/cli to v2.41.1 Jan 24, 2025
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