@@ -38,7 +38,7 @@ module.exports = [
3838 path : 'packages/browser/build/npm/esm/index.js' ,
3939 import : createImport ( 'init' , 'browserTracingIntegration' ) ,
4040 gzip : true ,
41- limit : '41 KB' ,
41+ limit : '42 KB' ,
4242 } ,
4343 {
4444 name : '@sentry/browser (incl. Tracing, Profiling)' ,
@@ -52,7 +52,7 @@ module.exports = [
5252 path : 'packages/browser/build/npm/esm/index.js' ,
5353 import : createImport ( 'init' , 'browserTracingIntegration' , 'spanStreamingIntegration' ) ,
5454 gzip : true ,
55- limit : '41.5 KB' ,
55+ limit : '44 KB' ,
5656 } ,
5757 {
5858 name : '@sentry/browser (incl. Tracing, Replay)' ,
@@ -96,7 +96,7 @@ module.exports = [
9696 path : 'packages/browser/build/npm/esm/index.js' ,
9797 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' , 'feedbackIntegration' ) ,
9898 gzip : true ,
99- limit : '97 KB' ,
99+ limit : '98 KB' ,
100100 } ,
101101 {
102102 name : '@sentry/browser (incl. Feedback)' ,
@@ -110,7 +110,7 @@ module.exports = [
110110 path : 'packages/browser/build/npm/esm/index.js' ,
111111 import : createImport ( 'init' , 'sendFeedback' ) ,
112112 gzip : true ,
113- limit : '30 KB' ,
113+ limit : '31 KB' ,
114114 } ,
115115 {
116116 name : '@sentry/browser (incl. FeedbackAsync)' ,
@@ -142,7 +142,7 @@ module.exports = [
142142 path : 'packages/vue/build/esm/index.js' ,
143143 import : createImport ( 'init' ) ,
144144 gzip : true ,
145- limit : '30 KB' ,
145+ limit : '31 KB' ,
146146 } ,
147147 {
148148 name : '@sentry/vue (incl. Tracing)' ,
@@ -197,7 +197,7 @@ module.exports = [
197197 path : createCDNPath ( 'bundle.tracing.min.js' ) ,
198198 gzip : false ,
199199 brotli : false ,
200- limit : '124 KB' ,
200+ limit : '125 KB' ,
201201 } ,
202202 {
203203 name : 'CDN Bundle (incl. Tracing, Replay) - uncompressed' ,
@@ -229,7 +229,7 @@ module.exports = [
229229 import : createImport ( 'init' ) ,
230230 ignore : [ '$app/stores' ] ,
231231 gzip : true ,
232- limit : '42 KB' ,
232+ limit : '43 KB' ,
233233 } ,
234234 // Node-Core SDK (ESM)
235235 {
0 commit comments