Skip to content

Commit

Permalink
updates vue-config
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcvlad committed Jul 21, 2021
1 parent 7a53d8d commit 35ea2c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ module.exports = {
inProduction && usesSentry && new SentryWebpackPlugin({
include: '../public',
ignoreFile: '.sentrycliignore',
authToken: process.env.SENTRY_AUTH_TOKEN,
org: process.env.SENTRY_ORG,
project: process.env.SENTRY_PROJECT,
release: process.env.SENTRY_RELEASE,
ignore: ['vendor'],
}),
Expand Down

0 comments on commit 35ea2c3

Please sign in to comment.