@@ -38,7 +38,7 @@ module.exports = [
3838 path : 'packages/browser/build/npm/esm/prod/index.js' ,
3939 import : createImport ( 'init' , 'browserTracingIntegration' ) ,
4040 gzip : true ,
41- limit : '41.38 KB' ,
41+ limit : '41.5 KB' ,
4242 } ,
4343 {
4444 name : '@sentry/browser (incl. Tracing, Profiling)' ,
@@ -127,7 +127,7 @@ module.exports = [
127127 import : createImport ( 'init' , 'ErrorBoundary' , 'reactRouterV6BrowserTracingIntegration' ) ,
128128 ignore : [ 'react/jsx-runtime' ] ,
129129 gzip : true ,
130- limit : '43.33 KB' ,
130+ limit : '43.5 KB' ,
131131 } ,
132132 // Vue SDK (ESM)
133133 {
@@ -142,7 +142,7 @@ module.exports = [
142142 path : 'packages/vue/build/esm/index.js' ,
143143 import : createImport ( 'init' , 'browserTracingIntegration' ) ,
144144 gzip : true ,
145- limit : '43.2 KB' ,
145+ limit : '43.3 KB' ,
146146 } ,
147147 // Svelte SDK (ESM)
148148 {
@@ -163,7 +163,7 @@ module.exports = [
163163 name : 'CDN Bundle (incl. Tracing)' ,
164164 path : createCDNPath ( 'bundle.tracing.min.js' ) ,
165165 gzip : true ,
166- limit : '42 KB' ,
166+ limit : '42.1 KB' ,
167167 } ,
168168 {
169169 name : 'CDN Bundle (incl. Tracing, Replay)' ,
@@ -231,7 +231,7 @@ module.exports = [
231231 import : createImport ( 'init' ) ,
232232 ignore : [ ...builtinModules , ...nodePrefixedBuiltinModules ] ,
233233 gzip : true ,
234- limit : '51 KB' ,
234+ limit : '51.1 KB' ,
235235 } ,
236236 // Node SDK (ESM)
237237 {
0 commit comments