@@ -96,14 +96,14 @@ 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)' ,
103103 path : 'packages/browser/build/npm/esm/prod/index.js' ,
104104 import : createImport ( 'init' , 'feedbackIntegration' ) ,
105105 gzip : true ,
106- limit : '43 KB' ,
106+ limit : '44 KB' ,
107107 } ,
108108 {
109109 name : '@sentry/browser (incl. sendFeedback)' ,
@@ -233,7 +233,7 @@ module.exports = [
233233 name : 'CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics)' ,
234234 path : createCDNPath ( 'bundle.tracing.replay.feedback.logs.metrics.min.js' ) ,
235235 gzip : true ,
236- limit : '90 KB' ,
236+ limit : '91 KB' ,
237237 } ,
238238 // browser CDN bundles (non-gzipped)
239239 {
@@ -290,14 +290,14 @@ module.exports = [
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 : '273 KB' ,
301301 } ,
302302 // Next.js SDK (ESM)
303303 {
0 commit comments