File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ module.exports = [
9696 path : 'packages/browser/build/npm/esm/index.js' ,
9797 import : createImport ( 'init' , 'sendFeedback' ) ,
9898 gzip : true ,
99- limit : '29 KB' ,
99+ limit : '30 KB' ,
100100 } ,
101101 {
102102 name : '@sentry/browser (incl. FeedbackAsync)' ,
@@ -150,13 +150,13 @@ module.exports = [
150150 name : 'CDN Bundle' ,
151151 path : createCDNPath ( 'bundle.min.js' ) ,
152152 gzip : true ,
153- limit : '26 KB' ,
153+ limit : '27 KB' ,
154154 } ,
155155 {
156156 name : 'CDN Bundle (incl. Tracing)' ,
157157 path : createCDNPath ( 'bundle.tracing.min.js' ) ,
158158 gzip : true ,
159- limit : '41 KB' ,
159+ limit : '42 KB' ,
160160 } ,
161161 {
162162 name : 'CDN Bundle (incl. Tracing, Replay)' ,
@@ -183,7 +183,7 @@ module.exports = [
183183 path : createCDNPath ( 'bundle.tracing.min.js' ) ,
184184 gzip : false ,
185185 brotli : false ,
186- limit : '120 KB' ,
186+ limit : '123 KB' ,
187187 } ,
188188 {
189189 name : 'CDN Bundle (incl. Tracing, Replay) - uncompressed' ,
You can’t perform that action at this time.
0 commit comments