magesuite / magepack

Next generation Magento 2 advanced JavaScript bundler.
Open Software License 3.0
438 stars 91 forks source link

New Relic missing sources content component #139

Open fidellakis-coolibar opened 2 years ago

fidellakis-coolibar commented 2 years ago

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