Re-add sentry deployment tracking

main
Chris Vickery 2019-11-06 14:38:51 -08:00
parent 8721605132
commit c5e7a4eba6
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ module.exports = function ({ env }) {
}
];
if (env === 'production') {
// plugins.push({
// plugin: SentryPlugin
// });
plugins.push({
plugin: SentryPlugin
});
}
return {
plugins,