-
-
Notifications
You must be signed in to change notification settings - Fork 245
Expand file tree
/
Copy pathsourcemaps-inject-double-association.trycmd
More file actions
28 lines (25 loc) · 2.11 KB
/
sourcemaps-inject-double-association.trycmd
File metadata and controls
28 lines (25 loc) · 2.11 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
```
$ sentry-cli sourcemaps inject ./
? success
> Searching ./
> Found 11 files
> Analyzing 11 sources
> Injecting debug ids
Source Map Debug ID Injection Report
Modified: The following source files have been modified to have debug ids
0fb38a98-fdda-5fd2-8e58-d8370f1596fb - ./app.min.js
- warning: based on the file name, we guessed a source map reference (app.min.js.map), which is already associated with source ./references_app.min.js. Please explicitly set the sourcemap URL with a `//# sourceMappingURL=...` comment in the source file.
2de47eef-a93e-5d79-8c45-afb649b15f9e - ./mapInSubdirectory.min.js
f369af08-3e09-58d4-92a9-7f432f7d51cb - ./otherApp.js
- warning: Could not associate this source with a source map. We guessed the sourcemap reference otherApp.map for multiple sources, including this one. Please explicitly set the sourcemap URL with a `//# sourceMappingURL=...` comment in the source file, to make the association clear.
4ee42454-c84d-5d2a-b0b9-8cda74c57838 - ./otherApp.min.js
- warning: Could not associate this source with a source map. We guessed the sourcemap reference otherApp.map for multiple sources, including this one. Please explicitly set the sourcemap URL with a `//# sourceMappingURL=...` comment in the source file, to make the association clear.
44931b59-c632-5017-a624-3bb0ac2a0317 - ./references_app.min.js
edefb3dc-9f7a-5540-9db0-270bbd81b8fd - ./subdirectory/app.min.js
228cdb31-bb0a-533c-ac4c-c2ab111ab148 - ./subdirectory/mapForFileInParentDirectory.min.js
- warning: based on the file name, we guessed a source map reference (mapForFileInParentDirectory.min.js.map), which is already associated with source ./mapInSubdirectory.min.js. Please explicitly set the sourcemap URL with a `//# sourceMappingURL=...` comment in the source file.
Modified: The following sourcemap files have been modified to have debug ids
44931b59-c632-5017-a624-3bb0ac2a0317 - ./app.min.js.map
edefb3dc-9f7a-5540-9db0-270bbd81b8fd - ./subdirectory/app.min.js.map
2de47eef-a93e-5d79-8c45-afb649b15f9e - ./subdirectory/mapForFileInParentDirectory.min.js.map
```