Created
July 11, 2018 11:08
-
-
Save MickaelBergem/50aa0a4a7edb86e74df6c3f775da989e to your computer and use it in GitHub Desktop.
Project onfiguration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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