use rollbar

This commit is contained in:
Pete Matsyburka
2024-05-23 17:53:42 +03:00
parent b2c8667c53
commit e466562391
8 changed files with 121 additions and 101 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const configs = generateWebpackConfig({
runtimeChunk: false,
splitChunks: {
chunks (chunk) {
return chunk.name !== 'sentry'
return chunk.name !== 'rollbar'
},
cacheGroups: {
default: false,