Closed Turbo87 closed 3 years ago
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 😞
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.