Temporarily disable sentry until its configured correctly again

main
Chris Vickery 2019-10-07 10:58:15 -07:00
parent d123bf40b9
commit 8bcda7c579
1 changed files with 3 additions and 3 deletions

View File

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