@@ -38,14 +38,14 @@ 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 with Span Streaming)' ,
4545 path : 'packages/browser/build/npm/esm/index.js' ,
4646 import : createImport ( 'init' , 'browserTracingIntegration' , 'spanStreamingIntegration' ) ,
4747 gzip : true ,
48- limit : '41.5 KB' ,
48+ limit : '44 KB' ,
4949 } ,
5050 {
5151 name : '@sentry/browser (incl. Tracing, Replay)' ,
@@ -89,7 +89,7 @@ module.exports = [
8989 path : 'packages/browser/build/npm/esm/index.js' ,
9090 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' , 'feedbackIntegration' ) ,
9191 gzip : true ,
92- limit : '97 KB' ,
92+ limit : '98 KB' ,
9393 } ,
9494 {
9595 name : '@sentry/browser (incl. Feedback)' ,
@@ -103,7 +103,7 @@ module.exports = [
103103 path : 'packages/browser/build/npm/esm/index.js' ,
104104 import : createImport ( 'init' , 'sendFeedback' ) ,
105105 gzip : true ,
106- limit : '30 KB' ,
106+ limit : '31 KB' ,
107107 } ,
108108 {
109109 name : '@sentry/browser (incl. FeedbackAsync)' ,
@@ -135,7 +135,7 @@ module.exports = [
135135 path : 'packages/vue/build/esm/index.js' ,
136136 import : createImport ( 'init' ) ,
137137 gzip : true ,
138- limit : '30 KB' ,
138+ limit : '31 KB' ,
139139 } ,
140140 {
141141 name : '@sentry/vue (incl. Tracing)' ,
@@ -190,7 +190,7 @@ module.exports = [
190190 path : createCDNPath ( 'bundle.tracing.min.js' ) ,
191191 gzip : false ,
192192 brotli : false ,
193- limit : '123 KB' ,
193+ limit : '125 KB' ,
194194 } ,
195195 {
196196 name : 'CDN Bundle (incl. Tracing, Replay) - uncompressed' ,
@@ -222,7 +222,7 @@ module.exports = [
222222 import : createImport ( 'init' ) ,
223223 ignore : [ '$app/stores' ] ,
224224 gzip : true ,
225- limit : '42 KB' ,
225+ limit : '43 KB' ,
226226 } ,
227227 // Node-Core SDK (ESM)
228228 {
0 commit comments