@sentry/cli
Advanced tools
Comparing version 1.30.2 to 1.30.3
# 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 @@ |
@@ -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": { |
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
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
39697
460