removed glitchtip test error
This commit is contained in:
@@ -76,7 +76,6 @@ module.exports = merge(baseConfig, {
|
||||
devtool: 'source-map', // Ensure source maps are generated
|
||||
plugins: [
|
||||
sentryWebpackPlugin({
|
||||
// Sentry-specific options
|
||||
org: "figures-libres",
|
||||
project: "materio.com",
|
||||
authToken: process.env.SENTRY_AUTH_TOKEN,
|
||||
@@ -84,7 +83,7 @@ module.exports = merge(baseConfig, {
|
||||
release: process.env.RELEASE,
|
||||
// urlPrefix: '~/', // Adjust based on your deployment setup
|
||||
// include: './dist', // Adjust based on your output directory
|
||||
// ignore: ['node_modules', 'webpack.config.js', 'build'],
|
||||
ignore: ['node_modules', 'build'],
|
||||
}),
|
||||
new webpack.DefinePlugin({
|
||||
'process.env.NODE_ENV': JSON.stringify('production')
|
||||
|
Reference in New Issue
Block a user