File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = [
15
15
path : 'packages/browser/build/npm/esm/index.js' ,
16
16
import : createImport ( 'init' ) ,
17
17
gzip : true ,
18
- limit : '24.1 KB' ,
18
+ limit : '24.5 KB' ,
19
19
modifyWebpackConfig : function ( config ) {
20
20
const webpack = require ( 'webpack' ) ;
21
21
const TerserPlugin = require ( 'terser-webpack-plugin' ) ;
@@ -100,7 +100,7 @@ module.exports = [
100
100
path : 'packages/browser/build/npm/esm/index.js' ,
101
101
import : createImport ( 'init' , 'sendFeedback' ) ,
102
102
gzip : true ,
103
- limit : '29 KB' ,
103
+ limit : '30 KB' ,
104
104
} ,
105
105
{
106
106
name : '@sentry/browser (incl. FeedbackAsync)' ,
@@ -219,7 +219,7 @@ module.exports = [
219
219
import : createImport ( 'init' ) ,
220
220
ignore : [ '$app/stores' ] ,
221
221
gzip : true ,
222
- limit : '38 KB' ,
222
+ limit : '39 KB' ,
223
223
} ,
224
224
// Node SDK (ESM)
225
225
{
You can’t perform that action at this time.
0 commit comments