How to use source maps in Chrome dev tools to analyze Performance profiling recording

Viewed 113

I have a performance profiling recordings from customer where I can see obfuscated method names.

I have both the obfuscated JS file and source maps for it.

I would like to see unobfuscated method names after opening the performance recording in Chrome dev tools.

Unfortunately I don't know how to load source maps. Urls in the recording even point to a domain.

Any idea how to tell Chrome to use specific source maps from drive?

0 Answers
Related