@sentry/cli 2.56.1 → 2.58.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,10 +1,10 @@
1
- sentry-cli-Darwin-arm64=f91b37e40d6702ca00eaa24edcb82fdaa13e6573a25ba60f17a2e5a2a8910283
2
- sentry-cli-Darwin-universal=87788404f46205637f0713140bcb20269d9859c0706144fa7a8fbe6e7e02b776
3
- sentry-cli-Darwin-x86_64=d00bb8bd62ca17b61dd604db4cd2d444b029790510010a1a0b99ce2ad3b6ca43
4
- sentry-cli-Linux-aarch64=cc58bca49593cd6fcda4d934e1bf68f3bed9194156ba122cdb2e4cfd79a23878
5
- sentry-cli-Linux-armv7=636cf1211e55e816474e227282ebda032bcc75efe074a7f680abcedd092096ac
6
- sentry-cli-Linux-i686=c913b72fd887be3d1c6bf73161f19b85b7063418bfbc5390df21f9c421515f95
7
- sentry-cli-Linux-x86_64=be0bcbf4740c95330cf2d735769f31640d69fd297a2b74ad0cd9ed383814cafa
8
- sentry-cli-Windows-aarch64.exe=d34275dfe92e74b9280dcc83dd9a7185618c0153f4c47e8b675ed3ca8e5a67f3
9
- sentry-cli-Windows-i686.exe=1daea54f6f1c318c77091fdbcc8a596b263e71831787705c77f7ea09291a8697
10
- sentry-cli-Windows-x86_64.exe=9a5d968428c9ae1ad03720b6f26d371c8571a0c1359ad4046b01893724ddfc97
1
+ sentry-cli-Darwin-arm64=acbbb58f078a465e9016639c0ac25dce4b2443ebe9b9f1c027938557eba6bb5e
2
+ sentry-cli-Darwin-universal=b23b628f2d000898cbc8b323339218134e0856b0dfa2491c0328c09a27b02e69
3
+ sentry-cli-Darwin-x86_64=a105b14eae786d1db9ef7e716f92d83e97f54849a4cc18a7864f5eb45143e3c8
4
+ sentry-cli-Linux-aarch64=4ee4e5341ae3366a5e629ab7bebe3465f1443e7acc5daa6e808ce2ded0a412ba
5
+ sentry-cli-Linux-armv7=be88fa9943072618f1c3ca785f447a2c1c6dbd800897ad64405bf91bd1af254c
6
+ sentry-cli-Linux-i686=cee64604f94c401d3e215dfcb3f5c6292a6ff3df90c3c98d155cbb1da7ed0bc1
7
+ sentry-cli-Linux-x86_64=735b266c50b44735167292fef65c5889737f3a4d9f8150937e6d454217ca741d
8
+ sentry-cli-Windows-aarch64.exe=08413d9fc93e63a94e5af9a6c8884a56c67ddc2b01b4c5169f8d682f6203c2c4
9
+ sentry-cli-Windows-i686.exe=90c431804200c4bb600dd94667c0bd33bd33e486185cce3d168d65f74c2e2f02
10
+ sentry-cli-Windows-x86_64.exe=3f7e7d8ab53052fb6d41f3428df405b5cc521474d26d4bfd3fb6b05cd2e708c9
package/js/index.d.ts CHANGED
@@ -105,6 +105,10 @@ declare module '@sentry/cli' {
105
105
  * When paired with the rewrite option this will add ~ to the stripPrefix array.
106
106
  */
107
107
  stripCommonPrefix?: boolean;
108
+ /**
109
+ * The projects to upload the sourcemaps to. If not provided, the sourcemaps will be uploaded to the default project.
110
+ */
111
+ projects?: string[];
108
112
  /**
109
113
  * This attempts sourcemap validation before upload when rewriting is not enabled.
110
114
  * It will spot a variety of issues with source maps and cancel the upload if any are found.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/cli",
3
- "version": "2.56.1",
3
+ "version": "2.58.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/",
@@ -32,14 +32,14 @@
32
32
  "typescript": "~5.8.3"
33
33
  },
34
34
  "optionalDependencies": {
35
- "@sentry/cli-darwin": "2.56.1",
36
- "@sentry/cli-linux-arm": "2.56.1",
37
- "@sentry/cli-linux-arm64": "2.56.1",
38
- "@sentry/cli-linux-i686": "2.56.1",
39
- "@sentry/cli-linux-x64": "2.56.1",
40
- "@sentry/cli-win32-i686": "2.56.1",
41
- "@sentry/cli-win32-x64": "2.56.1",
42
- "@sentry/cli-win32-arm64": "2.56.1"
35
+ "@sentry/cli-darwin": "2.58.0",
36
+ "@sentry/cli-linux-arm": "2.58.0",
37
+ "@sentry/cli-linux-arm64": "2.58.0",
38
+ "@sentry/cli-linux-i686": "2.58.0",
39
+ "@sentry/cli-linux-x64": "2.58.0",
40
+ "@sentry/cli-win32-i686": "2.58.0",
41
+ "@sentry/cli-win32-x64": "2.58.0",
42
+ "@sentry/cli-win32-arm64": "2.58.0"
43
43
  },
44
44
  "scripts": {
45
45
  "postinstall": "node ./scripts/install.js",