Skip to content

Commit 35ea2c3

Browse files
committed
updates vue-config
1 parent 7a53d8d commit 35ea2c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/vue.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ module.exports = {
4949
inProduction && usesSentry && new SentryWebpackPlugin({
5050
include: '../public',
5151
ignoreFile: '.sentrycliignore',
52+
authToken: process.env.SENTRY_AUTH_TOKEN,
53+
org: process.env.SENTRY_ORG,
54+
project: process.env.SENTRY_PROJECT,
5255
release: process.env.SENTRY_RELEASE,
5356
ignore: ['vendor'],
5457
}),

0 commit comments

Comments
 (0)