Skip to content

Commit

Permalink
revert sentry webpack version
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Jun 6, 2024
1 parent 3abc804 commit 1e4cb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function chainWebpack(config) {
*/
'vtk.js': 'vtkjs',
});
if (process.env.SENTRY_AUTH_TOKEN || true) {
if (process.env.SENTRY_AUTH_TOKEN) {
config
.plugin('SentryPlugin')
.use(SentryPlugin, [{
Expand Down

0 comments on commit 1e4cb6b

Please sign in to comment.