profiler icon indicating copy to clipboard operation
profiler copied to clipboard

Convert the minified JS function names to proper names using source maps

Open canova opened this issue 1 year ago • 0 comments

Once we have webchannel requests to get the source maps (#5110), we can change the JS function names during symbolication to find their real names and replace it with them.

Without this, it's hard for our users to understand the JS functions in the call tree. That's why they have to rely on the development builds.

┆Issue is synchronized with this Jira Task

canova avatar Sep 04 '24 18:09 canova