-
-
Notifications
You must be signed in to change notification settings - Fork 243
Expand file tree
/
Copy pathsourcemaps-upload-some-debugids.trycmd
More file actions
54 lines (52 loc) · 3.14 KB
/
sourcemaps-upload-some-debugids.trycmd
File metadata and controls
54 lines (52 loc) · 3.14 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
```
$ sentry-cli sourcemaps upload tests/integration/_fixtures/upload_some_debugids
? success
> Found 20 files
> Analyzing 20 sources
> Rewriting sources
> Adding source map references
WARN [..]-[..]-[..] [..]:[..]:[..].[..] [..]:[..] Some source files don't have debug ids:
WARN [..]-[..]-[..] [..]:[..]:[..].[..] [..]:[..] - ~/server/app/page.js
WARN [..]-[..]-[..] [..]:[..]:[..].[..] [..]:[..] - ~/server/chunks/1.js
WARN [..]-[..]-[..] [..]:[..]:[..].[..] [..]:[..] - ~/server/dummy_embedded.js
WARN [..]-[..]-[..] [..]:[..]:[..].[..] [..]:[..] - ~/server/pages/_document.js
WARN [..]-[..]-[..] [..]:[..]:[..].[..] [..]:[..] - ~/server/pages/api/hello.js
WARN [..]-[..]-[..] [..]:[..]:[..].[..] [..]:[..] - ~/static/chunks/575-bb7d7e0e6de8d623.js
WARN [..]-[..]-[..] [..]:[..]:[..].[..] [..]:[..] - ~/static/chunks/pages/asdf-05b39167abbe433b.js
> Bundled 20 files for upload
> Bundle ID: [..]-[..]-[..]-[..]-[..]
> Uploaded files to Sentry
> File upload complete (processing pending on server)
> Organization: wat-org
> Projects: wat-project
> Release: None
> Dist: None
> Upload type: artifact bundle
Source Map Upload Report
Scripts
~/server/app/page.js (sourcemap at page.js.map)
~/server/chunks/1.js (sourcemap at 1.js.map)
~/server/chunks/flight-server-css-manifest.js (no sourcemap found)
- warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/server/chunks/flight-server-css-manifest.js)
~/server/dummy_embedded.js (embedded sourcemap)
~/server/edge-runtime-webpack.js (sourcemap at edge-runtime-webpack.js.map, debug id 2297b93d-928d-421e-8910-127c786382dd)
~/server/flight-manifest.js (no sourcemap found)
- warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/server/flight-manifest.js)
~/server/pages/_document.js (sourcemap at _document.js.map)
~/server/pages/api/hello.js (sourcemap at hello.js.map)
~/static/chunks/575-bb7d7e0e6de8d623.js (sourcemap at 575-bb7d7e0e6de8d623.js.map)
~/static/chunks/app/client/layout-ba9c3036fc0dba78.js (no sourcemap found)
- warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/static/chunks/app/client/layout-ba9c3036fc0dba78.js)
~/static/chunks/app/client/page-d5742c254d9533f8.js (sourcemap at page-d5742c254d9533f8.js.map, debug id 2297b93d-928d-421e-8910-127c786382df)
~/static/chunks/app/head-172ad45600676c06.js (no sourcemap found)
- warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/static/chunks/app/head-172ad45600676c06.js)
~/static/chunks/pages/asdf-05b39167abbe433b.js (sourcemap at asdf-05b39167abbe433b.js.map)
Source Maps
~/server/chunks/1.js.map (debug id 2297b93d-928d-421e-8910-127c786382da)
~/server/edge-runtime-webpack.js.map
~/server/pages/_document.js.map
~/server/pages/asdf.js.map
~/static/chunks/575-bb7d7e0e6de8d623.js.map
~/static/chunks/app/client/page-d5742c254d9533f8.js.map
~/static/chunks/pages/asdf-05b39167abbe433b.js.map (debug id 2297b93d-928d-421e-8910-127c786382df)
```