rotate sentry key

main
Andy Haden 2019-06-18 15:16:15 -07:00
parent 3a68e61624
commit 3c47dfac46
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ module.exports = function override(config, env) {
new SentryPlugin({
organisation: "commaai",
project: "cabana",
apiKey:
"7a932ab144984dd3979993cf61dbdd2a1489ac77af4d4f46b85d64598b9a4ca6",
apiKey: process.env.SENTRY_API_KEY,
release: function(hash) {
return COMMIT + ";" + hash; // webpack build hash
}