@sentry/cli
Advanced tools
Comparing version 1.35.4 to 1.35.5
# Changelog | ||
## sentry-cli 1.35.5 | ||
* Add url-suffix option | ||
## sentry-cli 1.35.4 | ||
@@ -4,0 +8,0 @@ |
@@ -83,2 +83,3 @@ 'use strict'; | ||
* urlPrefix: '', // add a prefix source map urls after stripping them | ||
* urlSuffix: '', // add a suffix source map urls after stripping them | ||
* ext: ['js', 'map', 'jsbundle', 'bundle'], // override file extensions to scan for | ||
@@ -85,0 +86,0 @@ * }); |
@@ -34,2 +34,6 @@ module.exports = { | ||
}, | ||
urlSuffix: { | ||
param: '--url-suffix', | ||
type: 'string', | ||
}, | ||
ext: { | ||
@@ -36,0 +40,0 @@ param: '--ext', |
{ | ||
"name": "@sentry/cli", | ||
"version": "1.35.4", | ||
"version": "1.35.5", | ||
"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
41897
464