ApplicationInsights-JS icon indicating copy to clipboard operation
ApplicationInsights-JS copied to clipboard

[BUG] SourceMaps are not including the original *.ts files

Open MSNev opened this issue 1 year ago • 0 comments

As part of investigating #2424 it was found that the source map files are not including the original *.ts files, but rather the rewritten *.js files from the build which have at least (there may be another one) been rewritten by the updateDistEsm script to replace the tslib references with the shims (to support IE)

MSNev avatar Oct 25 '24 19:10 MSNev