Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/cli

Package Overview
Dependencies
Maintainers
9
Versions
231
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.27.0 to 1.27.1

7

CHANGELOG.md
# 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 @@

2

js/index.js

@@ -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

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