removed glitchtip test error
This commit is contained in:
parent
ccbf8e9cfc
commit
ed8a224885
@ -76,7 +76,6 @@ module.exports = merge(baseConfig, {
|
|||||||
devtool: 'source-map', // Ensure source maps are generated
|
devtool: 'source-map', // Ensure source maps are generated
|
||||||
plugins: [
|
plugins: [
|
||||||
sentryWebpackPlugin({
|
sentryWebpackPlugin({
|
||||||
// Sentry-specific options
|
|
||||||
org: "figures-libres",
|
org: "figures-libres",
|
||||||
project: "materio.com",
|
project: "materio.com",
|
||||||
authToken: process.env.SENTRY_AUTH_TOKEN,
|
authToken: process.env.SENTRY_AUTH_TOKEN,
|
||||||
@ -84,7 +83,7 @@ module.exports = merge(baseConfig, {
|
|||||||
release: process.env.RELEASE,
|
release: process.env.RELEASE,
|
||||||
// urlPrefix: '~/', // Adjust based on your deployment setup
|
// urlPrefix: '~/', // Adjust based on your deployment setup
|
||||||
// include: './dist', // Adjust based on your output directory
|
// include: './dist', // Adjust based on your output directory
|
||||||
// ignore: ['node_modules', 'webpack.config.js', 'build'],
|
ignore: ['node_modules', 'build'],
|
||||||
}),
|
}),
|
||||||
new webpack.DefinePlugin({
|
new webpack.DefinePlugin({
|
||||||
'process.env.NODE_ENV': JSON.stringify('production')
|
'process.env.NODE_ENV': JSON.stringify('production')
|
||||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -83,9 +83,9 @@ Sentry.init({
|
|||||||
// replaysOnErrorSampleRate: 1.0,
|
// replaysOnErrorSampleRate: 1.0,
|
||||||
})
|
})
|
||||||
|
|
||||||
setTimeout(() => {
|
// setTimeout(() => {
|
||||||
throw new Error('Sentry Test Error')
|
// throw new Error('Sentry Test Error')
|
||||||
})
|
// })
|
||||||
|
|
||||||
VueSentry.init({
|
VueSentry.init({
|
||||||
Vue,
|
Vue,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user