@sentry/cli
Advanced tools
Comparing version 1.27.0 to 1.27.1
# Changelog | ||
## sentry-cli 1.27.1 | ||
* Read from the correct `Info.plist` in XCode builds, courtesy of @adbi | ||
* Allow to specify device family and model in `send-event`, courtesy of @kirkins | ||
* Supply environment variables when using the JavaScript API | ||
* Allow to override the NPM download URL via `SENTRYCLI_CDNURL` environment variable | ||
## sentry-cli 1.27.0 | ||
@@ -4,0 +11,0 @@ |
@@ -106,3 +106,3 @@ 'use strict'; | ||
SentryCli.prototype.execute = function(args) { | ||
var env = this.env; | ||
var env = Object.assign({}, process.env, this.env); | ||
return new Promise(function(resolve, reject) { | ||
@@ -109,0 +109,0 @@ childProcess.execFile(SentryCli.getPath(), args, { env: env }, function(err, stdout) { |
{ | ||
"name": "@sentry/cli", | ||
"version": "1.27.0", | ||
"version": "1.27.1", | ||
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29181
1