@@ -16,7 +16,7 @@ module.exports = [
1616 path : 'packages/browser/build/npm/esm/prod/index.js' ,
1717 import : createImport ( 'init' ) ,
1818 gzip : true ,
19- limit : '30 KB' ,
19+ limit : '31 KB' ,
2020 disablePlugins : [ '@size-limit/esbuild' ] ,
2121 modifyWebpackConfig : function ( config ) {
2222 const webpack = require ( 'webpack' ) ;
@@ -64,7 +64,7 @@ module.exports = [
6464 path : 'packages/browser/build/npm/esm/prod/index.js' ,
6565 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' ) ,
6666 gzip : true ,
67- limit : '89 KB' ,
67+ limit : '90 KB' ,
6868 disablePlugins : [ '@size-limit/esbuild' ] ,
6969 } ,
7070 {
@@ -96,23 +96,23 @@ module.exports = [
9696 path : 'packages/browser/build/npm/esm/prod/index.js' ,
9797 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' , 'replayCanvasIntegration' ) ,
9898 gzip : true ,
99- limit : '94 KB' ,
99+ limit : '95 KB' ,
100100 disablePlugins : [ '@size-limit/esbuild' ] ,
101101 } ,
102102 {
103103 name : '@sentry/browser (incl. Tracing, Replay, Feedback)' ,
104104 path : 'packages/browser/build/npm/esm/prod/index.js' ,
105105 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' , 'feedbackIntegration' ) ,
106106 gzip : true ,
107- limit : '106 KB' ,
107+ limit : '107 KB' ,
108108 disablePlugins : [ '@size-limit/esbuild' ] ,
109109 } ,
110110 {
111111 name : '@sentry/browser (incl. Feedback)' ,
112112 path : 'packages/browser/build/npm/esm/prod/index.js' ,
113113 import : createImport ( 'init' , 'feedbackIntegration' ) ,
114114 gzip : true ,
115- limit : '49 KB' ,
115+ limit : '50 KB' ,
116116 disablePlugins : [ '@size-limit/esbuild' ] ,
117117 } ,
118118 {
@@ -136,15 +136,15 @@ module.exports = [
136136 path : 'packages/browser/build/npm/esm/prod/index.js' ,
137137 import : createImport ( 'init' , 'metrics' ) ,
138138 gzip : true ,
139- limit : '33 KB' ,
139+ limit : '34 KB' ,
140140 disablePlugins : [ '@size-limit/esbuild' ] ,
141141 } ,
142142 {
143143 name : '@sentry/browser (incl. Logs)' ,
144144 path : 'packages/browser/build/npm/esm/prod/index.js' ,
145145 import : createImport ( 'init' , 'logger' ) ,
146146 gzip : true ,
147- limit : '33 KB' ,
147+ limit : '34 KB' ,
148148 disablePlugins : [ '@size-limit/esbuild' ] ,
149149 } ,
150150 {
@@ -171,7 +171,7 @@ module.exports = [
171171 import : createImport ( 'init' , 'ErrorBoundary' , 'reactRouterV6BrowserTracingIntegration' ) ,
172172 ignore : [ 'react/jsx-runtime' ] ,
173173 gzip : true ,
174- limit : '52 KB' ,
174+ limit : '53 KB' ,
175175 disablePlugins : [ '@size-limit/esbuild' ] ,
176176 } ,
177177 // Vue SDK (ESM)
@@ -205,14 +205,14 @@ module.exports = [
205205 name : 'CDN Bundle' ,
206206 path : createCDNPath ( 'bundle.min.js' ) ,
207207 gzip : true ,
208- limit : '34 KB' ,
208+ limit : '35 KB' ,
209209 disablePlugins : [ '@size-limit/esbuild' ] ,
210210 } ,
211211 {
212212 name : 'CDN Bundle (incl. Tracing)' ,
213213 path : createCDNPath ( 'bundle.tracing.min.js' ) ,
214214 gzip : true ,
215- limit : '52 KB' ,
215+ limit : '53 KB' ,
216216 disablePlugins : [ '@size-limit/esbuild' ] ,
217217 } ,
218218 {
@@ -233,7 +233,7 @@ module.exports = [
233233 name : 'CDN Bundle (incl. Replay, Logs, Metrics)' ,
234234 path : createCDNPath ( 'bundle.replay.logs.metrics.min.js' ) ,
235235 gzip : true ,
236- limit : '75 KB' ,
236+ limit : '76 KB' ,
237237 disablePlugins : [ '@size-limit/esbuild' ] ,
238238 } ,
239239 {
@@ -254,7 +254,7 @@ module.exports = [
254254 name : 'CDN Bundle (incl. Tracing, Replay, Feedback)' ,
255255 path : createCDNPath ( 'bundle.tracing.replay.feedback.min.js' ) ,
256256 gzip : true ,
257- limit : '95 KB' ,
257+ limit : '96 KB' ,
258258 disablePlugins : [ '@size-limit/esbuild' ] ,
259259 } ,
260260 {
@@ -270,71 +270,71 @@ module.exports = [
270270 path : createCDNPath ( 'bundle.min.js' ) ,
271271 gzip : false ,
272272 brotli : false ,
273- limit : '90 KB' ,
273+ limit : '92 KB' ,
274274 disablePlugins : [ '@size-limit/esbuild' ] ,
275275 } ,
276276 {
277277 name : 'CDN Bundle (incl. Tracing) - uncompressed' ,
278278 path : createCDNPath ( 'bundle.tracing.min.js' ) ,
279279 gzip : false ,
280280 brotli : false ,
281- limit : '146 KB' ,
281+ limit : '147 KB' ,
282282 disablePlugins : [ '@size-limit/esbuild' ] ,
283283 } ,
284284 {
285285 name : 'CDN Bundle (incl. Logs, Metrics) - uncompressed' ,
286286 path : createCDNPath ( 'bundle.logs.metrics.min.js' ) ,
287287 gzip : false ,
288288 brotli : false ,
289- limit : '95 KB' ,
289+ limit : '96 KB' ,
290290 disablePlugins : [ '@size-limit/esbuild' ] ,
291291 } ,
292292 {
293293 name : 'CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed' ,
294294 path : createCDNPath ( 'bundle.tracing.logs.metrics.min.js' ) ,
295295 gzip : false ,
296296 brotli : false ,
297- limit : '149 KB' ,
297+ limit : '151 KB' ,
298298 disablePlugins : [ '@size-limit/esbuild' ] ,
299299 } ,
300300 {
301301 name : 'CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed' ,
302302 path : createCDNPath ( 'bundle.replay.logs.metrics.min.js' ) ,
303303 gzip : false ,
304304 brotli : false ,
305- limit : '219 KB' ,
305+ limit : '221 KB' ,
306306 disablePlugins : [ '@size-limit/esbuild' ] ,
307307 } ,
308308 {
309309 name : 'CDN Bundle (incl. Tracing, Replay) - uncompressed' ,
310310 path : createCDNPath ( 'bundle.tracing.replay.min.js' ) ,
311311 gzip : false ,
312312 brotli : false ,
313- limit : '264 KB' ,
313+ limit : '266 KB' ,
314314 disablePlugins : [ '@size-limit/esbuild' ] ,
315315 } ,
316316 {
317317 name : 'CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed' ,
318318 path : createCDNPath ( 'bundle.tracing.replay.logs.metrics.min.js' ) ,
319319 gzip : false ,
320320 brotli : false ,
321- limit : '267 KB' ,
321+ limit : '270 KB' ,
322322 disablePlugins : [ '@size-limit/esbuild' ] ,
323323 } ,
324324 {
325325 name : 'CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed' ,
326326 path : createCDNPath ( 'bundle.tracing.replay.feedback.min.js' ) ,
327327 gzip : false ,
328328 brotli : false ,
329- limit : '278 KB' ,
329+ limit : '280 KB' ,
330330 disablePlugins : [ '@size-limit/esbuild' ] ,
331331 } ,
332332 {
333333 name : 'CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed' ,
334334 path : createCDNPath ( 'bundle.tracing.replay.feedback.logs.metrics.min.js' ) ,
335335 gzip : false ,
336336 brotli : false ,
337- limit : '281 KB' ,
337+ limit : '283 KB' ,
338338 disablePlugins : [ '@size-limit/esbuild' ] ,
339339 } ,
340340 // Next.js SDK (ESM)
@@ -344,7 +344,7 @@ module.exports = [
344344 import : createImport ( 'init' ) ,
345345 ignore : [ 'next/router' , 'next/constants' ] ,
346346 gzip : true ,
347- limit : '54 KB' ,
347+ limit : '55 KB' ,
348348 disablePlugins : [ '@size-limit/esbuild' ] ,
349349 } ,
350350 // SvelteKit SDK (ESM)
@@ -354,7 +354,7 @@ module.exports = [
354354 import : createImport ( 'init' ) ,
355355 ignore : [ '$app/stores' ] ,
356356 gzip : true ,
357- limit : '50 KB' ,
357+ limit : '51 KB' ,
358358 disablePlugins : [ '@size-limit/esbuild' ] ,
359359 } ,
360360 // Node-Core SDK (ESM)
@@ -364,7 +364,7 @@ module.exports = [
364364 import : createImport ( 'init' ) ,
365365 ignore : [ ...builtinModules , ...nodePrefixedBuiltinModules ] ,
366366 gzip : true ,
367- limit : '66 KB' ,
367+ limit : '67 KB' ,
368368 disablePlugins : [ '@size-limit/esbuild' ] ,
369369 } ,
370370 // Node SDK (ESM)
@@ -374,15 +374,15 @@ module.exports = [
374374 import : createImport ( 'init' ) ,
375375 ignore : [ ...builtinModules , ...nodePrefixedBuiltinModules ] ,
376376 gzip : true ,
377- limit : '171 KB' ,
377+ limit : '172 KB' ,
378378 disablePlugins : [ '@size-limit/esbuild' ] ,
379379 } ,
380380 {
381381 name : '@sentry/node - without tracing' ,
382382 path : 'packages/node/build/esm/index.js' ,
383383 import : createImport ( 'initWithoutDefaultIntegrations' , 'getDefaultIntegrationsWithoutPerformance' ) ,
384384 gzip : true ,
385- limit : '79 KB' ,
385+ limit : '80 KB' ,
386386 disablePlugins : [ '@size-limit/esbuild' ] ,
387387 ignore : [ ...builtinModules , ...nodePrefixedBuiltinModules ] ,
388388 modifyWebpackConfig : function ( config ) {
@@ -406,7 +406,7 @@ module.exports = [
406406 import : createImport ( 'init' ) ,
407407 ignore : [ ...builtinModules , ...nodePrefixedBuiltinModules ] ,
408408 gzip : true ,
409- limit : '113 KB' ,
409+ limit : '115 KB' ,
410410 disablePlugins : [ '@size-limit/esbuild' ] ,
411411 } ,
412412 // Cloudflare SDK (ESM) - compressed, minified to match `wrangler deploy --dry-run --minify` output
@@ -417,7 +417,7 @@ module.exports = [
417417 ignore : [ ...builtinModules , ...nodePrefixedBuiltinModules ] ,
418418 gzip : false ,
419419 brotli : false ,
420- limit : '171 KiB' ,
420+ limit : '172 KiB' ,
421421 disablePlugins : [ '@size-limit/webpack' ] ,
422422 webpack : false ,
423423 modifyEsbuildConfig : function ( config ) {
@@ -437,7 +437,7 @@ module.exports = [
437437 ignore : [ ...builtinModules , ...nodePrefixedBuiltinModules ] ,
438438 gzip : false ,
439439 brotli : false ,
440- limit : '423 KiB' ,
440+ limit : '427 KiB' ,
441441 disablePlugins : [ '@size-limit/webpack' ] ,
442442 webpack : false ,
443443 modifyEsbuildConfig : function ( config ) {
0 commit comments