We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a53d8d commit 35ea2c3Copy full SHA for 35ea2c3
client/vue.config.js
@@ -49,6 +49,9 @@ module.exports = {
49
inProduction && usesSentry && new SentryWebpackPlugin({
50
include: '../public',
51
ignoreFile: '.sentrycliignore',
52
+ authToken: process.env.SENTRY_AUTH_TOKEN,
53
+ org: process.env.SENTRY_ORG,
54
+ project: process.env.SENTRY_PROJECT,
55
release: process.env.SENTRY_RELEASE,
56
ignore: ['vendor'],
57
}),
0 commit comments