@sentry/cli 2.9.0 → 2.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/checksums.txt CHANGED
@@ -1,9 +1,9 @@
1
- sentry-cli-Darwin-arm64=1052d4eb071794634c1619850dd1cbdf91be9ffaa0e5ea5cb849eba0330ee729
2
- sentry-cli-Darwin-universal=db65a1ae2ff0322f0fcdae8848151f32159c53f80372ff1da961277498fa2ed0
3
- sentry-cli-Darwin-x86_64=05784bb587ab197c3c22c9928300ee4bb1943684a74154652c703472753d9b66
4
- sentry-cli-Linux-aarch64=0130b100deabf8a391945253de6dd173c021e0922bf0e0d0327b4c4ec6d1000f
5
- sentry-cli-Linux-armv7=602d0bb3dc29f99edd65646087ccabcfdfa5299bbea087b9371cd54801a756c3
6
- sentry-cli-Linux-i686=ad782c3fb8e4c3d0bf1883ca27b29298c5c309d594ade73a65bcae55844c2b25
7
- sentry-cli-Linux-x86_64=8d24e65b07eee362cd8e8b80a98b6029c66950c01cc58b4345f235fae2e243a4
8
- sentry-cli-Windows-i686.exe=0897d6848aabe654faf6483511f40fdff26d847a20e6291ef29969cc5ef92c1e
9
- sentry-cli-Windows-x86_64.exe=b5c67065525a37349bc68c33fe97faaf5ba8eba89849ef0986979928419ed10b
1
+ sentry-cli-Darwin-arm64=fbefb40a8e5ce29f82e0f7195e84f569dbeaaae07cdc1f983f5f3418fd9a376d
2
+ sentry-cli-Darwin-universal=ba015e44504b7c2b35276da5b2c728c35ee5acdf29fe45e760700128004ef2f5
3
+ sentry-cli-Darwin-x86_64=d55ee5636d12bd193a4f526ab426e6af6273bec5bc2dc22e81dc8357d6e039eb
4
+ sentry-cli-Linux-aarch64=c62c5c1259307611e78af4f24a4c30162cff8adb0f021d363b307c42cded5c70
5
+ sentry-cli-Linux-armv7=f0bec55d1819a9d97b3f6cc494cfca471157ecfc7efbff2bbc4713607800d2eb
6
+ sentry-cli-Linux-i686=25c5e7e6d978d1e66bc26c9e4282633135a318ed0ac36cb73b4fa58f59fcb089
7
+ sentry-cli-Linux-x86_64=bc8f5f223fa688b3ad963c60a729f02aa8f5b17525de66fb3abf86800977ff6e
8
+ sentry-cli-Windows-i686.exe=2bb96fc94ea749e24cd607f48750b121572a3fb4b3f9499f63a996f83c56ef2b
9
+ sentry-cli-Windows-x86_64.exe=7b70536177419dcd2fdb2c823422290abfe25180ffa3beae000fb3c9b1473c1f
@@ -146,7 +146,8 @@ class Releases {
146
146
  * urlPrefix: '', // add a prefix source map urls after stripping them
147
147
  * urlSuffix: '', // add a suffix source map urls after stripping them
148
148
  * ext: ['js', 'map', 'jsbundle', 'bundle'], // override file extensions to scan for
149
- * projects: ['node'] // provide a list of projects
149
+ * projects: ['node'], // provide a list of projects
150
+ * decompress: false // decompress gzip files before uploading
150
151
  * });
151
152
  *
152
153
  * @param {string} release Unique name of the release.
@@ -11,6 +11,10 @@ module.exports = {
11
11
  param: '--dist',
12
12
  type: 'string',
13
13
  },
14
+ decompress: {
15
+ param: '--decompress',
16
+ type: 'boolean',
17
+ },
14
18
  rewrite: {
15
19
  param: '--rewrite',
16
20
  invertedParam: '--no-rewrite',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.9.0",
3
+ "version": "2.11.0",
4
4
  "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
5
5
  "repository": "git://github.com/getsentry/sentry-cli.git",
6
6
  "homepage": "https://docs.sentry.io/hosted/learn/cli/",