@@ -38,21 +38,21 @@ module.exports = [
3838 path : 'packages/browser/build/npm/esm/index.js' ,
3939 import : createImport ( 'init' , 'browserTracingIntegration' ) ,
4040 gzip : true ,
41- limit : '39 KB' ,
41+ limit : '40.5 KB' ,
4242 } ,
4343 {
4444 name : '@sentry/browser (incl. Tracing, Replay)' ,
4545 path : 'packages/browser/build/npm/esm/index.js' ,
4646 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' ) ,
4747 gzip : true ,
48- limit : '77 KB' ,
48+ limit : '78 KB' ,
4949 } ,
5050 {
5151 name : '@sentry/browser (incl. Tracing, Replay) - with treeshaking flags' ,
5252 path : 'packages/browser/build/npm/esm/index.js' ,
5353 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' ) ,
5454 gzip : true ,
55- limit : '70.1 KB' ,
55+ limit : '71 KB' ,
5656 modifyWebpackConfig : function ( config ) {
5757 const webpack = require ( 'webpack' ) ;
5858
@@ -75,7 +75,7 @@ module.exports = [
7575 path : 'packages/browser/build/npm/esm/index.js' ,
7676 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' , 'replayCanvasIntegration' ) ,
7777 gzip : true ,
78- limit : '82 KB' ,
78+ limit : '83 KB' ,
7979 } ,
8080 {
8181 name : '@sentry/browser (incl. Tracing, Replay, Feedback)' ,
@@ -120,7 +120,7 @@ module.exports = [
120120 import : createImport ( 'init' , 'ErrorBoundary' , 'reactRouterV6BrowserTracingIntegration' ) ,
121121 ignore : [ 'react/jsx-runtime' ] ,
122122 gzip : true ,
123- limit : '41 KB' ,
123+ limit : '42 KB' ,
124124 } ,
125125 // Vue SDK (ESM)
126126 {
@@ -135,7 +135,7 @@ module.exports = [
135135 path : 'packages/vue/build/esm/index.js' ,
136136 import : createImport ( 'init' , 'browserTracingIntegration' ) ,
137137 gzip : true ,
138- limit : '41 KB' ,
138+ limit : '42 KB' ,
139139 } ,
140140 // Svelte SDK (ESM)
141141 {
@@ -156,7 +156,7 @@ module.exports = [
156156 name : 'CDN Bundle (incl. Tracing)' ,
157157 path : createCDNPath ( 'bundle.tracing.min.js' ) ,
158158 gzip : true ,
159- limit : '39 KB' ,
159+ limit : '40 KB' ,
160160 } ,
161161 {
162162 name : 'CDN Bundle (incl. Tracing, Replay)' ,
0 commit comments