-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Open
Labels
enhancementEnhancement on performance or codesEnhancement on performance or codesfeatureNew featureNew feature
Milestone
Description
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
- Upload and manage Source Map files on booster ui.
- Source mapping
- Show the Source mapping results on booster ui.
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementEnhancement on performance or codesEnhancement on performance or codesfeatureNew featureNew feature