New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/cli

Package Overview
Dependencies
Maintainers
11
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/cli - npm Package Versions

1
1820
24

1.48.0

Diff
jauer
published 1.48.0 •

Changelog

Source

sentry-cli 1.48.0

  • Add support for Brotli, GZip and Deflate compression algorithms for binary download (#607)
  • Fix binary download progress bar calculations (#606)
jauer
published 1.47.2 •

Changelog

Source

sentry-cli 1.47.2

Changes:

  • Always show the full version in releases list (#584).
  • Do not warn when using the standard docker entrypoint.

JavaScript API:

  • Pass the silent option to releases commands in JavaScript (#552).
  • Allow setting commits on a release in JavaScript (#580).

Fixed bugs:

  • Fix an error in the bash hook if the log file gets deleted (#583).
  • Fix detection of Azure repositories in releases set-commits (#576).
  • Fix detection of annotated tags in releases set-commits (#598).
  • Fix normalization of sourcemap URL prefixes with trailing slashes (#599).
  • Fix upload of source bundles created with difutil bundle-sources (#602).
jauer
published 1.47.1 •

Changelog

Source

sentry-cli 1.47.1

  • Fix potentially broken payloads in send-event.
sentry-bot
published 1.47.0 •

Changelog

Source

sentry-cli 1.47.0

  • Trim whitespace in header values to prevent potential header injections through the auth token header. (#563)
  • Improved Azure DevOps URL parsing. (#556)
mitsuhiko
published 1.46.0 •

Changelog

Source

sentry-cli 1.46.0

  • Relax the release file limit for sourcemap uploads when artifact bundles are supported by the serntry server (#559)
jauer
published 1.45.0 •

Changelog

Source

sentry-cli 1.45.0

  • Allow ports in VCS urls when associating commits (#551)
  • Support PDB and PE uploads to Sentry (#553)
jauer
published 1.44.4 •

Changelog

Source

sentry-cli 1.44.4

  • Emit better version names for react native (#506)
  • Fix a regression in sourcemap uploads for certain release names (#549)
  • Ensure case insensitive git repository matching (#511)
jauer
published 1.44.3 •

Changelog

Source

sentry-cli 1.44.3

  • Fix a regression with URL prefixes in sourcemap uploads (#544)
jauer
published 1.44.2 •

Changelog

Source

sentry-cli 1.44.2

  • Even faster sourcemap uploads to sentry.io (#540, #542)
mitsuhiko
published 1.44.1 •

Changelog

Source

sentry-cli 1.44.1

  • Fixed a segfault in curl on empty file uploading (#535)