We use New Relic's JS monitoring tool to view frontend JS errors. In order for New Relic to view details on failed error instances, it uses the sourcemap file to link the minified file to the un-minified file. However one of the requirements of the source map file is that it needs to the the sourcesContent property present in the source map file. Does Magepack have the option for this?
Hello,
We use New Relic's JS monitoring tool to view frontend JS errors. In order for New Relic to view details on failed error instances, it uses the sourcemap file to link the minified file to the un-minified file. However one of the requirements of the source map file is that it needs to the the
sourcesContent
property present in the source map file. Does Magepack have the option for this?Thanks