-
-
Notifications
You must be signed in to change notification settings - Fork 244
Expand file tree
/
Copy pathsourcemaps-inject-nomappings.trycmd
More file actions
40 lines (37 loc) · 2.47 KB
/
sourcemaps-inject-nomappings.trycmd
File metadata and controls
40 lines (37 loc) · 2.47 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
```
$ sentry-cli sourcemaps inject ./server ./static
? success
> Searching ./server
> Found 11 files
> Searching ./static
> Found 8 files
> Analyzing 19 sources
> Injecting debug ids
Source Map Debug ID Injection Report
Modified: The following source files have been modified to have debug ids
[..]-[..]-[..]-[..]-[..] - ./server/app/page.min.js
- warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ./server/app/page.min.js)
[..]-[..]-[..]-[..]-[..] - ./server/chunks/1.min.js
[..]-[..]-[..]-[..]-[..] - ./server/chunks/flight-server-css-manifest.js
- warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ./server/chunks/flight-server-css-manifest.js)
[..]-[..]-[..]-[..]-[..] - ./server/flight-manifest.js
- warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ./server/flight-manifest.js)
[..]-[..]-[..]-[..]-[..] - ./server/pages/_document.min.js
[..]-[..]-[..]-[..]-[..] - ./server/pages/api/hello.min.js
- warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ./server/pages/api/hello.min.js)
[..]-[..]-[..]-[..]-[..] - ./static/chunks/575-bb7d7e0e6de8d623.min.js
[..]-[..]-[..]-[..]-[..] - ./static/chunks/app/client/layout-ba9c3036fc0dba78.js
- 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/head-172ad45600676c06.js
- 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.min.js
Modified: The following sourcemap files have been modified to have debug ids
[..]-[..]-[..]-[..]-[..] - ./server/pages/_document.js.map
[..]-[..]-[..]-[..]-[..] - ./static/chunks/575-bb7d7e0e6de8d623.js.map
Ignored: The following source files already have debug ids
[..]-[..]-[..]-[..]-[..] - ./server/edge-runtime-webpack.min.js
[..]-[..]-[..]-[..]-[..] - ./static/chunks/app/client/page-d5742c254d9533f8.min.js
Ignored: The following sourcemap files already have debug ids
[..]-[..]-[..]-[..]-[..] - ./server/chunks/1.js.map
[..]-[..]-[..]-[..]-[..] - ./static/chunks/pages/asdf-05b39167abbe433b.js.map
```