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.30.2 to 1.30.3

6

CHANGELOG.md
# Changelog
## sentry-cli 1.30.3
* Attempted to make the windows executable more portable (#269)
* Fixed the JavaScript API (#270)
* Fixed a bug where breadcrumbs were not always sent (#268)
## sentry-cli 1.30.2

@@ -4,0 +10,0 @@

3

js/index.js

@@ -59,3 +59,4 @@ 'use strict';

execute(args, live) {
return this.helper.execute(args, live);
// eslint-disable-next-line class-methods-use-this
return helper.execute(args, live);
}

@@ -62,0 +63,0 @@ }

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

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

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