Import source map URLs from Chrome DevTools traces#6190
Merged
Conversation
canova
force-pushed
the
chrome-sources
branch
2 times, most recently
from
July 16, 2026 09:06
9d61cf7 to
f09536e
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6190 +/- ##
==========================================
- Coverage 83.64% 83.63% -0.01%
==========================================
Files 346 346
Lines 37143 37174 +31
Branches 10408 10431 +23
==========================================
+ Hits 31067 31090 +23
- Misses 5648 5656 +8
Partials 428 428 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
fatadel
reviewed
Jul 16, 2026
Chrome traces recorded with the "disabled-by-default-devtools.v8-source-rundown" category (enabled by default in the DevTools Performance panel) emit a ScriptCatchup event per parsed script that declares the script's source map URL. This way we will be able to apply source maps to them with the "apply sourcemaps" button later on.
canova
enabled auto-merge (squash)
July 16, 2026 13:49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Main | Deploy preview
Fixes #6189.
Chrome traces recorded with the "disabled-by-default-devtools.v8-source-rundown" category (enabled by default in the DevTools Performance panel) emit a
ScriptCatchupevent per parsed script that declares the script's source map URL.This way we will be able to apply source maps to them with the "apply sourcemaps" button later on.
To test it, drag and drop the trace that I linked in the issue. Currently there is no visible changes, but you can look at the profile data from the devtools console. Execute this before and after this fix:
The profile in the issue: Trace-20260715T220108.json.gz