-
-
Notifications
You must be signed in to change notification settings - Fork 244
Expand file tree
/
Copy pathsourcemaps-upload-file-ram-bundle.trycmd
More file actions
35 lines (33 loc) · 1.02 KB
/
sourcemaps-upload-file-ram-bundle.trycmd
File metadata and controls
35 lines (33 loc) · 1.02 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
33
34
35
```
$ sentry-cli sourcemaps upload --bundle tests/integration/_fixtures/file-ram-bundle/index.android.bundle --bundle-sourcemap tests/integration/_fixtures/file-ram-bundle/index.android.bundle.packager.map --release=wat-release
? success
> Analyzing 1 sources
> Rewriting sources
> Adding source map references
> Bundled 14 files for upload
> Bundle ID: [..]-[..]-[..]-[..]-[..]
> Uploaded files to Sentry
> File upload complete (processing pending on server)
> Organization: wat-org
> Projects: wat-project
> Release: wat-release
> Dist: None
> Upload type: artifact bundle
Source Map Upload Report
Scripts
~/0.js (sourcemap at 0.js.map)
~/1.js (sourcemap at 1.js.map)
~/10.js (sourcemap at 10.js.map)
~/7.js (sourcemap at 7.js.map)
~/8.js (sourcemap at 8.js.map)
~/9.js (sourcemap at 9.js.map)
~/index.android.bundle (sourcemap at index.android.bundle.packager.map)
Source Maps
~/0.js.map
~/1.js.map
~/10.js.map
~/7.js.map
~/8.js.map
~/9.js.map
~/index.android.bundle.packager.map
```