diff --git a/client/config/webpack.config.js b/client/config/webpack.config.js index 2cd0c7e62ee4..6d71f438a734 100644 --- a/client/config/webpack.config.js +++ b/client/config/webpack.config.js @@ -613,7 +613,7 @@ function config(webpackEnv) { // during a production build. // Otherwise React will be compiled in the very slow development mode. new webpack.DefinePlugin(env.stringified), - // Treeshake Sentry. + // Treeshake Sentry (saves about 12 kB on the chunk). new webpack.DefinePlugin({ __SENTRY_DEBUG__: false, __SENTRY_TRACING__: false,