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 @@ -40,7 +40,7 @@ module.exports = [
4040 path : 'packages/browser/build/npm/esm/index.js' ,
4141 import : createImport ( 'init' , 'browserTracingIntegration' ) ,
4242 gzip : true ,
43- limit : '36.5 KB' ,
43+ limit : '37 KB' ,
4444 } ,
4545 {
4646 name : '@sentry/browser (incl. Tracing, Replay)' ,
@@ -187,7 +187,7 @@ module.exports = [
187187 path : createCDNPath ( 'bundle.tracing.min.js' ) ,
188188 gzip : false ,
189189 brotli : false ,
190- limit : '113 KB' ,
190+ limit : '115 KB' ,
191191 } ,
192192 {
193193 name : 'CDN Bundle (incl. Tracing, Replay) - uncompressed' ,
@@ -219,7 +219,7 @@ module.exports = [
219219 import : createImport ( 'init' ) ,
220220 ignore : [ '$app/stores' ] ,
221221 gzip : true ,
222- limit : '37 KB' ,
222+ limit : '38 KB' ,
223223 } ,
224224 // Node SDK (ESM)
225225 {
You can’t perform that action at this time.
0 commit comments