Skip to content

Commit f9682c5

Browse files
committed
Reliable JavaScript/SourceMap processing via DebugId
We want to make processing / SourceMap-ing of JavaScript stack traces more reliable. To achieve this, we want to uniquely identify a (minified / deployed) JavaScript file using a DebugId. The same DebugId also uniquely identifies the corresponding SourceMap. That way it should be possible to _reliably_ look up the SourceMap corresponding to a JavaScript file, which is necessary to have reliable SourceMap processing.
1 parent 84be2cc commit f9682c5

File tree

2 files changed

+489
-0
lines changed

2 files changed

+489
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ This repository contains RFCs and DACIs. Lost?
4040
- [0074-source-context-via-links](text/0074-source-context-via-links.md): Source context via links
4141
- [0078-escalating-issues](text/0078-escalating-issues.md): Escalating Issues
4242
- [0080-issue-states](text/0080-issue-states.md): Issue States
43+
- [0081-sourcemap-debugid](text/0081-sourcemap-debugid.md): Reliable JavaScript/SourceMap processing via `DebugId`

0 commit comments

Comments
 (0)