I want to set the version on the frontend (a meta
tag in index.html or a property on window
once the code is loaded in the browser, or in some other way) as a part of the build/deployment process in Ember. What would be the ideal way to accomplish this? I need this for mapping sourcemaps to versions in Sentry.
Have you looked into this plugin:
ember-cli-deploy-sentry
Look also at the issues and PRs, at least the source code could get you started.