Socket
Socket
Sign inDemoInstall

@sentry/cli

Package Overview
Dependencies
Maintainers
9
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/cli - npm Package Compare versions

Comparing version 1.28.1 to 1.28.4

16

CHANGELOG.md
# Changelog
## sentry-cli 1.28.4
* Revert `Info.plist` handling to pre-`1.27.1` as it was causing issues when the `"Preprocess Info.plist File"` setting was turned on in Xcode
* Include CA certificates in the Docker container
## sentry-cli 1.28.3
* Reverted new config handling because of problems it caused.
## sentry-cli 1.28.2
* Fixed use of `SENTRYCLI_CDNURL` to override the npm download URL. See the [documentation](https://docs.sentry.io/learn/cli/installation/#installation-via-npm) for more information
* Better handling of environment variables and config files. Please let us know if one of your configuration files or environments doesn't get recognized anymore after the update
* The official docker image is now smaller and does not require dependencies anymore
* Replaced confusing errors when using `codepush` with hints to resolve the error
## sentry-cli 1.28.1

@@ -4,0 +20,0 @@

2

package.json
{
"name": "@sentry/cli",
"version": "1.28.1",
"version": "1.28.4",
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",

@@ -5,0 +5,0 @@ "scripts": {

@@ -18,3 +18,3 @@ <p align="center">

* Binaries can be found under
* Downloads can be found under
[Releases](https://github.com/getsentry/sentry-cli/releases/)

@@ -29,2 +29,4 @@ * Documentation can be found [here](https://docs.sentry.io/hosted/learn/cli/)

### Node
Additionally you can also install this binary via npm:

@@ -41,6 +43,33 @@

Or homebrew:
By default, this package will download sentry-cli from
[releases](https://github.com/getsentry/sentry-cli/releases). This should work
fine for most people. If you are experiencing issues with downloading from
GitHub, you may need to use a different download mirror. To use a custom CDN,
set the npm config property `sentrycli_cdnurl`. The downloader will append
`"/<version>/sentry-cli-<dist>"`.
```sh
npm install @sentry/cli --sentrycli_cdnurl=https://mymirror.local/path
```
Or add property into your `.npmrc` file (https://www.npmjs.org/doc/files/npmrc.html)
```rc
sentrycli_cdnurl=https://mymirror.local/path
```
Another option is to use the environment variable `SENTRYCLI_CDNURL`.
```sh
SENTRYCLI_CDNURL=https://mymirror.local/path npm install @sentry/cli
```
### Homebrew
A homebrew recipe is provided in the `getsentry/tools` tap:
brew install getsentry/tools/sentry-cli
### Docker
As of version _1.25.0_, there is an official Docker image that comes with

@@ -61,7 +90,6 @@ `sentry-cli` preinstalled. If you prefer a specific version, specify it as tag.

* C and C++ 11 compiler
* Make and CMake
* OpenSSL 1.0.2j with development headers
* Rust 1.23 and Cargo
* Make, CMake and a C compiler
* OpenSSL 1.0.2n with development headers
* Curl 7.50 with development headers
* Rust 1.20 and Cargo

@@ -68,0 +96,0 @@ Use cargo to compile:

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc