@@ -82,7 +82,7 @@ module.exports = [
8282 path : 'packages/browser/build/npm/esm/index.js' ,
8383 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' , 'replayCanvasIntegration' ) ,
8484 gzip : true ,
85- limit : '84 KB' ,
85+ limit : '85 KB' ,
8686 } ,
8787 {
8888 name : '@sentry/browser (incl. Tracing, Replay, Feedback)' ,
@@ -127,7 +127,7 @@ module.exports = [
127127 import : createImport ( 'init' , 'ErrorBoundary' , 'reactRouterV6BrowserTracingIntegration' ) ,
128128 ignore : [ 'react/jsx-runtime' ] ,
129129 gzip : true ,
130- limit : '43 KB' ,
130+ limit : '44 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 KB' ,
145+ limit : '44 KB' ,
146146 } ,
147147 // Svelte SDK (ESM)
148148 {
@@ -157,7 +157,7 @@ module.exports = [
157157 name : 'CDN Bundle' ,
158158 path : createCDNPath ( 'bundle.min.js' ) ,
159159 gzip : true ,
160- limit : '27 KB' ,
160+ limit : '27.5 KB' ,
161161 } ,
162162 {
163163 name : 'CDN Bundle (incl. Tracing)' ,
@@ -213,7 +213,7 @@ module.exports = [
213213 import : createImport ( 'init' ) ,
214214 ignore : [ 'next/router' , 'next/constants' ] ,
215215 gzip : true ,
216- limit : '45 KB' ,
216+ limit : '46 KB' ,
217217 } ,
218218 // SvelteKit SDK (ESM)
219219 {
0 commit comments