@@ -8,7 +8,7 @@ module.exports = [
88 path : 'packages/browser/build/npm/esm/prod/index.js' ,
99 import : createImport ( 'init' ) ,
1010 gzip : true ,
11- limit : '25 KB' ,
11+ limit : '25.5 KB' ,
1212 } ,
1313 {
1414 name : '@sentry/browser - with treeshaking flags' ,
@@ -148,7 +148,7 @@ module.exports = [
148148 import : createImport ( 'init' , 'ErrorBoundary' , 'reactRouterV6BrowserTracingIntegration' ) ,
149149 ignore : [ 'react/jsx-runtime' ] ,
150150 gzip : true ,
151- limit : '44 KB' ,
151+ limit : '44.5 KB' ,
152152 } ,
153153 // Vue SDK (ESM)
154154 {
@@ -171,20 +171,20 @@ module.exports = [
171171 path : 'packages/svelte/build/esm/index.js' ,
172172 import : createImport ( 'init' ) ,
173173 gzip : true ,
174- limit : '25 KB' ,
174+ limit : '25.5 KB' ,
175175 } ,
176176 // Browser CDN bundles
177177 {
178178 name : 'CDN Bundle' ,
179179 path : createCDNPath ( 'bundle.min.js' ) ,
180180 gzip : true ,
181- limit : '27.5 KB' ,
181+ limit : '28 KB' ,
182182 } ,
183183 {
184184 name : 'CDN Bundle (incl. Tracing)' ,
185185 path : createCDNPath ( 'bundle.tracing.min.js' ) ,
186186 gzip : true ,
187- limit : '42.5 KB' ,
187+ limit : '43 KB' ,
188188 } ,
189189 {
190190 name : 'CDN Bundle (incl. Tracing, Replay)' ,
@@ -261,7 +261,7 @@ module.exports = [
261261 import : createImport ( 'init' ) ,
262262 ignore : [ ...builtinModules , ...nodePrefixedBuiltinModules ] ,
263263 gzip : true ,
264- limit : '162.5 KB' ,
264+ limit : '163 KB' ,
265265 } ,
266266 {
267267 name : '@sentry/node - without tracing' ,
0 commit comments