dschmidt/ember-cli-deploy-sentry

Only upload JavaScript files and corresponding source maps

Closed this issue · 5 comments

The addon currently seems to upload all files in the dist folder, but for sentry to work properly we only need to upload the JavaScript files and corresponding source maps. I guess we should add some sort of filter on the file extensions.

Sounds good

Actually ... that's what the filePattern config option should do.
https://github.com/dschmidt/ember-cli-deploy-sentry#filepattern

Doesn't that work?

Doesn't that work?

hmm... now that you say it... I can't remember overwriting that option so it should have used the default, but I still got a lot of other files uploaded as well.

What's the state of this?

I don't remember 😞