-
-
Notifications
You must be signed in to change notification settings - Fork 243
Expand file tree
/
Copy pathsourcemaps-upload-no-dedupe.trycmd
More file actions
32 lines (30 loc) · 1.29 KB
/
sourcemaps-upload-no-dedupe.trycmd
File metadata and controls
32 lines (30 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
```
$ sentry-cli sourcemaps upload tests/integration/_fixtures/bundle.min.js.map tests/integration/_fixtures/vendor.min.js.map --release=wat-release --no-dedupe
? success
WARN [..] [DEPRECATION NOTICE] The --no-dedupe flag is deprecated and has no effect. It will be removed in the next major version.
> Found 1 file
> Found 1 file
> Analyzing 2 sources
> Analyzing completed in [..]
> Rewriting sources
> Rewriting completed in [..]
> Adding source map references
> Bundling completed in [..]
> Bundled 2 files for upload
> Bundle ID: [..]-[..]-[..]-[..]-[..]
> Optimizing completed in [..]
> Uploading completed in [..]
> Uploaded files to Sentry
WARN [..] [DEPRECATION NOTICE] Your Sentry server does not support artifact bundle uploads. Falling back to deprecated release bundle upload. Support for this deprecated upload method will be removed in Sentry CLI 3.0.0. Please upgrade your Sentry server, or if you cannot upgrade, pin your Sentry CLI version to 2.x, so you don't get upgraded to 3.x when it is released.
> Processing completed in [..]
> File upload complete (processing pending on server)
> Organization: wat-org
> Projects: wat-project
> Release: wat-release
> Dist: None
> Upload type: release bundle
Source Map Upload Report
Source Maps
~/bundle.min.js.map
~/vendor.min.js.map
```