@@ -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 : '26 KB' ,
11+ limit : '27 KB' ,
1212 } ,
1313 {
1414 name : '@sentry/browser - with treeshaking flags' ,
@@ -59,7 +59,7 @@ module.exports = [
5959 path : 'packages/browser/build/npm/esm/prod/index.js' ,
6060 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' ) ,
6161 gzip : true ,
62- limit : '83 KB' ,
62+ limit : '84 KB' ,
6363 } ,
6464 {
6565 name : '@sentry/browser (incl. Tracing, Replay) - with treeshaking flags' ,
@@ -96,7 +96,7 @@ module.exports = [
9696 path : 'packages/browser/build/npm/esm/prod/index.js' ,
9797 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' , 'feedbackIntegration' ) ,
9898 gzip : true ,
99- limit : '100 KB' ,
99+ limit : '101 KB' ,
100100 } ,
101101 {
102102 name : '@sentry/browser (incl. Feedback)' ,
@@ -138,7 +138,7 @@ module.exports = [
138138 path : 'packages/browser/build/npm/esm/prod/index.js' ,
139139 import : createImport ( 'init' , 'metrics' , 'logger' ) ,
140140 gzip : true ,
141- limit : '28 KB' ,
141+ limit : '29 KB' ,
142142 } ,
143143 // React SDK (ESM)
144144 {
@@ -178,7 +178,7 @@ module.exports = [
178178 path : 'packages/svelte/build/esm/index.js' ,
179179 import : createImport ( 'init' ) ,
180180 gzip : true ,
181- limit : '26 KB' ,
181+ limit : '27 KB' ,
182182 } ,
183183 // Browser CDN bundles
184184 {
@@ -197,7 +197,7 @@ module.exports = [
197197 name : 'CDN Bundle (incl. Logs, Metrics)' ,
198198 path : createCDNPath ( 'bundle.logs.metrics.min.js' ) ,
199199 gzip : true ,
200- limit : '30 KB' ,
200+ limit : '31 KB' ,
201201 } ,
202202 {
203203 name : 'CDN Bundle (incl. Tracing, Logs, Metrics)' ,
@@ -283,14 +283,14 @@ module.exports = [
283283 path : createCDNPath ( 'bundle.tracing.replay.logs.metrics.min.js' ) ,
284284 gzip : false ,
285285 brotli : false ,
286- limit : '258.5 KB' ,
286+ limit : '259 KB' ,
287287 } ,
288288 {
289289 name : 'CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed' ,
290290 path : createCDNPath ( 'bundle.tracing.replay.feedback.min.js' ) ,
291291 gzip : false ,
292292 brotli : false ,
293- limit : '268 KB' ,
293+ limit : '269 KB' ,
294294 } ,
295295 {
296296 name : 'CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed' ,
0 commit comments