Decode JavaScript files using source maps
In general, when your source code has gone through multiple transformations, it is difficult to debug. In such cases, you can generate a source map - a source map maps the transformed source with the original. This enables you to reconstruct the original source, making it easier to debug. Learn more about source maps here.
You can import the generated source maps in Site24x7 RUM to analyze the corresponding stack trace. Learn more.