Socket
Socket
Sign inDemoInstall

@sentry/cli

Package Overview
Dependencies
15
Maintainers
12
Versions
214
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1345
22Next

2.30.0

Diff

Changelog

Source

2.30.0

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.

sentry-bot
published 2.29.1 •

Changelog

Source

2.29.1

Updated version 2.29.0 changelog. No code changes.

sentry-bot
published 2.29.0 •

Changelog

Source

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
sentry-bot
published 2.28.6 •

Changelog

Source

2.28.6

Various fixes & improvements

  • fix(deploys): Revert "fix(deploys): Use --project argument (#1930)" (#1942) by @szokeasaurusrex
sentry-bot
published 2.28.5 •

Changelog

Source

2.28.5

Various fixes & improvements

  • fix(deploys): Use --project argument (#1930) by @szokeasaurusrex
sentry-bot
published 2.28.4 •

sentry-bot
published 2.28.0 •

Changelog

Source

2.28.0

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
sentry-bot
published 2.27.0 •

Changelog

Source

2.27.0

Improvements

  • Prefer --url argument over empty auth token URL (#1914) by @szokeasaurusrex
  • feat(xcode): Print redirected output file path when going to the background (#1920) by @krystofwoldrich

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

  • Remove dsyms/associate API usage (#1886) by @Swatinem
sentry-bot
published 2.26.0 •

Changelog

Source

2.26.0

Various fixes & improvements

  • meta: Revert "meta: Temporarily disable npm targets for v1 release (#1903)" (#1908) by @szokeasaurusrex
  • Add "--environment" option to "monitors run" (supplement "-e" shorthand) (#1881) by @skalee
  • meta: Temporarily disable npm targets for v1 release (#1903) by @lforst
sentry-bot
published 1.77.3 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc