Skip to content

Commit

Permalink
chore: attempt to ignore sentry upload errors
Browse files Browse the repository at this point in the history
(cherry picked from commit 9bea55a)
Julusian authored and krocheck committed Jun 5, 2024
1 parent bf9ef50 commit ee7c3da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions companion/webpack.config.cjs
Original file line number Diff line number Diff line change
@@ -99,6 +99,9 @@ module.exports = {
urlPrefix: '~/',
},
},
errorHandler: (err) => {
console.warn('Sentry error', err)
},
})
: '',
].filter(Boolean),

0 comments on commit ee7c3da

Please sign in to comment.