dschmidt / ember-cli-deploy-sentry

An ember-cli-deploy-plugin to upload javascript sourcemaps to Sentry
MIT License
42 stars 51 forks source link

Sentry wants ember.prod.js as well as the vendor files #36

Open mazondo opened 7 years ago

mazondo commented 7 years ago

I've got my js files being uploaded into sentry just fine, but I'm seeing nothing but invalid row/column errors in the sentry interface. when I chatted to their support team, they indicated that they're looking for assets/vendor/ember/ember.prod.js which isn't deployed anywhere and therefor doesn't exist.

The suggested solution was to upload ember.prod.js as an artifact alongside the vendor files. Anyone else seen this?

dschmidt commented 7 years ago

I don't use this currently, so it's hard for me to look into it, would you be able to provide a fix?

dschmidt commented 6 years ago

What's the state of this?

mazondo commented 6 years ago

We have a branch we’re using, let me see if I can clean it up and push upstream.