sir-dunxalot / ember-tooltips

Easy and extendible tooltips for Ember components - http://sir-dunxalot.github.io/ember-tooltips/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vendor JS sourcemaps missing sourcesContent

les2 opened this issue · comments

Issue #227 appears to be back. Sourcemaps are broken. I have documented the issue with a repo that will reproduce the problem using the latest version of Ember here: https://github.com/les2/soucemap-test-ember-3-9

In short, adding ember-tooltips addon causes sourcemaps for vendor to exclude the sourcesContent element. This breaks tools such as New Relic Browser, which use sourcesContent to unminify JavaScript stacktraces captured in errors (it will not make Network requests to resolve sourcemap, nor is the sourcemap even hosted so that it could).

Relates to #277

I'm willing to help if you have any pointers.

thanks for the reproduction @les2! I'll take a look!