You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/04/19 09:53:56 UTC

[GitHub] [skywalking] Fine0830 opened a new issue #6784: As per browser logs to locate errors in the source

Fine0830 opened a new issue #6784:
URL: https://github.com/apache/skywalking/issues/6784


   
   Background
   
   The information obtained by looking at the JS error details is not enough to diagnose the problem, as the online code is generally compiled, compressed, confused and so on, so the JS code we see is not readable. Although we know that the error occurred in line 1, column 9999, it does not mean that it is the actual location of the source code. At this point, we need to use source map for source mapping.
   
   Functions
   1. Upload and manage Source Map files on rocket ui.
   2. Source mapping
   3. Show the Source mapping results on rocket ui.
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org