File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = [
1515 path : 'packages/browser/build/npm/esm/index.js' ,
1616 import : createImport ( 'init' ) ,
1717 gzip : true ,
18- limit : '24.1 KB' ,
18+ limit : '24.5 KB' ,
1919 modifyWebpackConfig : function ( config ) {
2020 const webpack = require ( 'webpack' ) ;
2121 const TerserPlugin = require ( 'terser-webpack-plugin' ) ;
@@ -100,7 +100,7 @@ module.exports = [
100100 path : 'packages/browser/build/npm/esm/index.js' ,
101101 import : createImport ( 'init' , 'sendFeedback' ) ,
102102 gzip : true ,
103- limit : '29 KB' ,
103+ limit : '30 KB' ,
104104 } ,
105105 {
106106 name : '@sentry/browser (incl. FeedbackAsync)' ,
@@ -219,7 +219,7 @@ module.exports = [
219219 import : createImport ( 'init' ) ,
220220 ignore : [ '$app/stores' ] ,
221221 gzip : true ,
222- limit : '38 KB' ,
222+ limit : '39 KB' ,
223223 } ,
224224 // Node SDK (ESM)
225225 {
You can’t perform that action at this time.
0 commit comments