@@ -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' ,
@@ -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 {
@@ -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,21 +283,21 @@ 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' ,
297297 path : createCDNPath ( 'bundle.tracing.replay.feedback.logs.metrics.min.js' ) ,
298298 gzip : false ,
299299 brotli : false ,
300- limit : '271.5 KB' ,
300+ limit : '272 KB' ,
301301 } ,
302302 // Next.js SDK (ESM)
303303 {
0 commit comments