dschmidt / ember-cli-deploy-sentry

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

Only upload JavaScript files and corresponding source maps #24

Closed Turbo87 closed 3 years ago

Turbo87 commented 8 years ago

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.

dschmidt commented 8 years ago

Sounds good

dschmidt commented 8 years ago

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

Doesn't that work?

Turbo87 commented 8 years ago

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.

dschmidt commented 6 years ago

What's the state of this?

Turbo87 commented 6 years ago

I don't remember 😞