Skip to content

As per browser logs to locate errors in the source #6784

@Fine0830

Description

@Fine0830

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 booster ui.
  2. Source mapping
  3. Show the Source mapping results on booster ui.

Metadata

Metadata

Labels

enhancementEnhancement on performance or codesfeatureNew feature

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions