diff --git a/client/build/webpack.prod.conf.js b/client/build/webpack.prod.conf.js index c516f4a7..44682399 100644 --- a/client/build/webpack.prod.conf.js +++ b/client/build/webpack.prod.conf.js @@ -24,6 +24,12 @@ const webpackConfig = merge(baseWebpackConfig, { minimizer: [new CssMinimizerPlugin()], }, plugins: [ + new SentryWebpackPlugin({ + org: 'iterativ', + project: 'skillbox-vue', + include: config.build.assetsRoot, + authToken: process.env.SENTRY_AUTH_TOKEN, + }), // http://vuejs.github.io/vue-loader/en/workflow/production.html new webpack.DefinePlugin({ 'process.env': env,