Skip to content

Instantly share code, notes, and snippets.

@MickaelBergem
Created July 11, 2018 11:08
Show Gist options
  • Save MickaelBergem/50aa0a4a7edb86e74df6c3f775da989e to your computer and use it in GitHub Desktop.
Save MickaelBergem/50aa0a4a7edb86e74df6c3f775da989e to your computer and use it in GitHub Desktop.
Project onfiguration file
/* eslint-env node */
// ...
// We store the release ID in a VUE_APP_SENTRY_RELEASE environment variable
export const SENTRY_RELEASE = process.env.VUE_APP_SENTRY_RELEASE;
// ...
export default {
// Export other configuration variables here
SENTRY_RELEASE
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment