sentry hash fix

main
ChristopherBiscardi 2017-12-13 13:44:33 -08:00
parent ca558c60e1
commit fc77ca0d64
No known key found for this signature in database
GPG Key ID: 703265E1DE405983
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ module.exports = function override(config, env) {
apiKey:
"7a932ab144984dd3979993cf61dbdd2a1489ac77af4d4f46b85d64598b9a4ca6",
release: function(hash) {
return hash; // webpack build hash
return process.env.COMMIT_REF + ";" + hash; // webpack build hash
}
})
);