@@ -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 : '32 KB' ,
19+ limit : '33 KB' ,
2020 disablePlugins : [ '@size-limit/esbuild' ] ,
2121 modifyWebpackConfig : function ( config ) {
2222 const webpack = require ( 'webpack' ) ;
@@ -40,7 +40,7 @@ module.exports = [
4040 path : 'packages/browser/build/npm/esm/prod/index.js' ,
4141 import : createImport ( 'init' ) ,
4242 gzip : true ,
43- limit : '32 KB' ,
43+ limit : '33 KB' ,
4444 disablePlugins : [ '@size-limit/esbuild' ] ,
4545 modifyWebpackConfig : function ( config ) {
4646 const webpack = require ( 'webpack' ) ;
@@ -65,39 +65,39 @@ module.exports = [
6565 path : 'packages/browser/build/npm/esm/prod/index.js' ,
6666 import : createImport ( 'init' , 'browserTracingIntegration' ) ,
6767 gzip : true ,
68- limit : '55 KB' ,
68+ limit : '56 KB' ,
6969 disablePlugins : [ '@size-limit/esbuild' ] ,
7070 } ,
7171 {
7272 name : '@sentry/browser (incl. Tracing + Span Streaming)' ,
7373 path : 'packages/browser/build/npm/esm/prod/index.js' ,
7474 import : createImport ( 'init' , 'browserTracingIntegration' , 'spanStreamingIntegration' ) ,
7575 gzip : true ,
76- limit : '55 KB' ,
76+ limit : '56 KB' ,
7777 disablePlugins : [ '@size-limit/esbuild' ] ,
7878 } ,
7979 {
8080 name : '@sentry/browser (incl. Tracing, Profiling)' ,
8181 path : 'packages/browser/build/npm/esm/prod/index.js' ,
8282 import : createImport ( 'init' , 'browserTracingIntegration' , 'browserProfilingIntegration' ) ,
8383 gzip : true ,
84- limit : '57 KB' ,
84+ limit : '59 KB' ,
8585 disablePlugins : [ '@size-limit/esbuild' ] ,
8686 } ,
8787 {
8888 name : '@sentry/browser (incl. Tracing, Replay)' ,
8989 path : 'packages/browser/build/npm/esm/prod/index.js' ,
9090 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' ) ,
9191 gzip : true ,
92- limit : '94 KB' ,
92+ limit : '95 KB' ,
9393 disablePlugins : [ '@size-limit/esbuild' ] ,
9494 } ,
9595 {
9696 name : '@sentry/browser (incl. Tracing, Replay) - with treeshaking flags' ,
9797 path : 'packages/browser/build/npm/esm/prod/index.js' ,
9898 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' ) ,
9999 gzip : true ,
100- limit : '83 KB' ,
100+ limit : '85 KB' ,
101101 disablePlugins : [ '@size-limit/esbuild' ] ,
102102 modifyWebpackConfig : function ( config ) {
103103 const webpack = require ( 'webpack' ) ;
@@ -121,15 +121,15 @@ module.exports = [
121121 path : 'packages/browser/build/npm/esm/prod/index.js' ,
122122 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' , 'replayCanvasIntegration' ) ,
123123 gzip : true ,
124- limit : '99 KB' ,
124+ limit : '100 KB' ,
125125 disablePlugins : [ '@size-limit/esbuild' ] ,
126126 } ,
127127 {
128128 name : '@sentry/browser (incl. Tracing, Replay, Feedback)' ,
129129 path : 'packages/browser/build/npm/esm/prod/index.js' ,
130130 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' , 'feedbackIntegration' ) ,
131131 gzip : true ,
132- limit : '112 KB' ,
132+ limit : '113 KB' ,
133133 disablePlugins : [ '@size-limit/esbuild' ] ,
134134 } ,
135135 {
@@ -153,7 +153,7 @@ module.exports = [
153153 path : 'packages/browser/build/npm/esm/prod/index.js' ,
154154 import : createImport ( 'init' , 'feedbackAsyncIntegration' ) ,
155155 gzip : true ,
156- limit : '44 KB' ,
156+ limit : '45 KB' ,
157157 disablePlugins : [ '@size-limit/esbuild' ] ,
158158 } ,
159159 {
@@ -169,7 +169,7 @@ module.exports = [
169169 path : 'packages/browser/build/npm/esm/prod/index.js' ,
170170 import : createImport ( 'init' , 'logger' ) ,
171171 gzip : true ,
172- limit : '35 KB' ,
172+ limit : '36 KB' ,
173173 disablePlugins : [ '@size-limit/esbuild' ] ,
174174 } ,
175175 {
@@ -196,7 +196,7 @@ module.exports = [
196196 import : createImport ( 'init' , 'ErrorBoundary' , 'reactRouterV6BrowserTracingIntegration' ) ,
197197 ignore : [ 'react/jsx-runtime' ] ,
198198 gzip : true ,
199- limit : '57 KB' ,
199+ limit : '58 KB' ,
200200 disablePlugins : [ '@size-limit/esbuild' ] ,
201201 } ,
202202 // Vue SDK (ESM)
@@ -205,15 +205,15 @@ module.exports = [
205205 path : 'packages/vue/build/esm/index.js' ,
206206 import : createImport ( 'init' ) ,
207207 gzip : true ,
208- limit : '41 KB' ,
208+ limit : '42 KB' ,
209209 disablePlugins : [ '@size-limit/esbuild' ] ,
210210 } ,
211211 {
212212 name : '@sentry/vue (incl. Tracing)' ,
213213 path : 'packages/vue/build/esm/index.js' ,
214214 import : createImport ( 'init' , 'browserTracingIntegration' ) ,
215215 gzip : true ,
216- limit : '57 KB' ,
216+ limit : '58 KB' ,
217217 disablePlugins : [ '@size-limit/esbuild' ] ,
218218 } ,
219219 // Svelte SDK (ESM)
@@ -237,7 +237,7 @@ module.exports = [
237237 name : 'CDN Bundle (incl. Tracing)' ,
238238 path : createCDNPath ( 'bundle.tracing.min.js' ) ,
239239 gzip : true ,
240- limit : '55 KB' ,
240+ limit : '56 KB' ,
241241 disablePlugins : [ '@size-limit/esbuild' ] ,
242242 } ,
243243 {
@@ -251,7 +251,7 @@ module.exports = [
251251 name : 'CDN Bundle (incl. Tracing, Logs, Metrics)' ,
252252 path : createCDNPath ( 'bundle.tracing.logs.metrics.min.js' ) ,
253253 gzip : true ,
254- limit : '57 KB' ,
254+ limit : '58 KB' ,
255255 disablePlugins : [ '@size-limit/esbuild' ] ,
256256 } ,
257257 {
@@ -265,28 +265,28 @@ module.exports = [
265265 name : 'CDN Bundle (incl. Tracing, Replay)' ,
266266 path : createCDNPath ( 'bundle.tracing.replay.min.js' ) ,
267267 gzip : true ,
268- limit : '93 KB' ,
268+ limit : '94 KB' ,
269269 disablePlugins : [ '@size-limit/esbuild' ] ,
270270 } ,
271271 {
272272 name : 'CDN Bundle (incl. Tracing, Replay, Logs, Metrics)' ,
273273 path : createCDNPath ( 'bundle.tracing.replay.logs.metrics.min.js' ) ,
274274 gzip : true ,
275- limit : '95 KB' ,
275+ limit : '96 KB' ,
276276 disablePlugins : [ '@size-limit/esbuild' ] ,
277277 } ,
278278 {
279279 name : 'CDN Bundle (incl. Tracing, Replay, Feedback)' ,
280280 path : createCDNPath ( 'bundle.tracing.replay.feedback.min.js' ) ,
281281 gzip : true ,
282- limit : '99 KB' ,
282+ limit : '100 KB' ,
283283 disablePlugins : [ '@size-limit/esbuild' ] ,
284284 } ,
285285 {
286286 name : 'CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics)' ,
287287 path : createCDNPath ( 'bundle.tracing.replay.feedback.logs.metrics.min.js' ) ,
288288 gzip : true ,
289- limit : '101 KB' ,
289+ limit : '102 KB' ,
290290 disablePlugins : [ '@size-limit/esbuild' ] ,
291291 } ,
292292 // browser CDN bundles (non-gzipped)
@@ -303,63 +303,63 @@ module.exports = [
303303 path : createCDNPath ( 'bundle.tracing.min.js' ) ,
304304 gzip : false ,
305305 brotli : false ,
306- limit : '153 KB' ,
306+ limit : '158 KB' ,
307307 disablePlugins : [ '@size-limit/esbuild' ] ,
308308 } ,
309309 {
310310 name : 'CDN Bundle (incl. Logs, Metrics) - uncompressed' ,
311311 path : createCDNPath ( 'bundle.logs.metrics.min.js' ) ,
312312 gzip : false ,
313313 brotli : false ,
314- limit : '102 KB' ,
314+ limit : '103 KB' ,
315315 disablePlugins : [ '@size-limit/esbuild' ] ,
316316 } ,
317317 {
318318 name : 'CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed' ,
319319 path : createCDNPath ( 'bundle.tracing.logs.metrics.min.js' ) ,
320320 gzip : false ,
321321 brotli : false ,
322- limit : '159 KB' ,
322+ limit : '164 KB' ,
323323 disablePlugins : [ '@size-limit/esbuild' ] ,
324324 } ,
325325 {
326326 name : 'CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed' ,
327327 path : createCDNPath ( 'bundle.replay.logs.metrics.min.js' ) ,
328328 gzip : false ,
329329 brotli : false ,
330- limit : '231 KB' ,
330+ limit : '232 KB' ,
331331 disablePlugins : [ '@size-limit/esbuild' ] ,
332332 } ,
333333 {
334334 name : 'CDN Bundle (incl. Tracing, Replay) - uncompressed' ,
335335 path : createCDNPath ( 'bundle.tracing.replay.min.js' ) ,
336336 gzip : false ,
337337 brotli : false ,
338- limit : '273 KB' ,
338+ limit : '277 KB' ,
339339 disablePlugins : [ '@size-limit/esbuild' ] ,
340340 } ,
341341 {
342342 name : 'CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed' ,
343343 path : createCDNPath ( 'bundle.tracing.replay.logs.metrics.min.js' ) ,
344344 gzip : false ,
345345 brotli : false ,
346- limit : '279 KB' ,
346+ limit : '283 KB' ,
347347 disablePlugins : [ '@size-limit/esbuild' ] ,
348348 } ,
349349 {
350350 name : 'CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed' ,
351351 path : createCDNPath ( 'bundle.tracing.replay.feedback.min.js' ) ,
352352 gzip : false ,
353353 brotli : false ,
354- limit : '287 KB' ,
354+ limit : '291 KB' ,
355355 disablePlugins : [ '@size-limit/esbuild' ] ,
356356 } ,
357357 {
358358 name : 'CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed' ,
359359 path : createCDNPath ( 'bundle.tracing.replay.feedback.logs.metrics.min.js' ) ,
360360 gzip : false ,
361361 brotli : false ,
362- limit : '292 KB' ,
362+ limit : '297 KB' ,
363363 disablePlugins : [ '@size-limit/esbuild' ] ,
364364 } ,
365365 // Next.js SDK (ESM)
@@ -369,7 +369,7 @@ module.exports = [
369369 import : createImport ( 'init' ) ,
370370 ignore : [ 'next/router' , 'next/constants' ] ,
371371 gzip : true ,
372- limit : '59 KB' ,
372+ limit : '61 KB' ,
373373 disablePlugins : [ '@size-limit/esbuild' ] ,
374374 } ,
375375 // SvelteKit SDK (ESM)
@@ -379,7 +379,7 @@ module.exports = [
379379 import : createImport ( 'init' ) ,
380380 ignore : [ '$app/stores' ] ,
381381 gzip : true ,
382- limit : '55 KB' ,
382+ limit : '56 KB' ,
383383 disablePlugins : [ '@size-limit/esbuild' ] ,
384384 } ,
385385 // Core SDK subpath entry points (ESM)
@@ -388,7 +388,7 @@ module.exports = [
388388 path : 'packages/core/build/esm/server.js' ,
389389 import : '*' ,
390390 gzip : true ,
391- limit : '46 KB' ,
391+ limit : '43 KB' ,
392392 disablePlugins : [ '@size-limit/esbuild' ] ,
393393 } ,
394394 {
@@ -406,7 +406,7 @@ module.exports = [
406406 import : createImport ( 'init' ) ,
407407 ignore : [ ...builtinModules , ...nodePrefixedBuiltinModules ] ,
408408 gzip : true ,
409- limit : '130 KB' ,
409+ limit : '135 KB' ,
410410 disablePlugins : [ '@size-limit/esbuild' ] ,
411411 } ,
412412 {
@@ -430,7 +430,7 @@ module.exports = [
430430 path : 'packages/node/build/esm/index.js' ,
431431 import : createImport ( 'initWithoutDefaultIntegrations' , 'getDefaultIntegrationsWithoutPerformance' ) ,
432432 gzip : true ,
433- limit : '94 KB' ,
433+ limit : '95 KB' ,
434434 disablePlugins : [ '@size-limit/esbuild' ] ,
435435 ignore : [ ...builtinModules , ...nodePrefixedBuiltinModules ] ,
436436 modifyWebpackConfig : function ( config ) {
@@ -452,7 +452,7 @@ module.exports = [
452452 path : 'packages/node/build/esm/index.js' ,
453453 import : createImport ( 'init' ) ,
454454 gzip : true ,
455- limit : '109 KB' ,
455+ limit : '114 KB' ,
456456 disablePlugins : [ '@size-limit/esbuild' ] ,
457457 ignore : [ ...builtinModules , ...nodePrefixedBuiltinModules ] ,
458458 modifyWebpackConfig : function ( config ) {
@@ -473,7 +473,7 @@ module.exports = [
473473 import : createImport ( 'init' ) ,
474474 ignore : [ ...builtinModules , ...nodePrefixedBuiltinModules ] ,
475475 gzip : true ,
476- limit : '102 KB' ,
476+ limit : '103 KB' ,
477477 disablePlugins : [ '@size-limit/esbuild' ] ,
478478 } ,
479479 // Cloudflare SDK (ESM) - compressed, minified to match `wrangler deploy --dry-run --minify` output
@@ -484,7 +484,7 @@ module.exports = [
484484 ignore : [ ...builtinModules , ...nodePrefixedBuiltinModules ] ,
485485 gzip : false ,
486486 brotli : false ,
487- limit : '203 KiB' ,
487+ limit : '205 KiB' ,
488488 disablePlugins : [ '@size-limit/webpack' ] ,
489489 webpack : false ,
490490 modifyEsbuildConfig : function ( config ) {
@@ -504,7 +504,7 @@ module.exports = [
504504 ignore : [ ...builtinModules , ...nodePrefixedBuiltinModules ] ,
505505 gzip : false ,
506506 brotli : false ,
507- limit : '496 KiB' ,
507+ limit : '500 KiB' ,
508508 disablePlugins : [ '@size-limit/webpack' ] ,
509509 webpack : false ,
510510 modifyEsbuildConfig : function ( config ) {
0 commit comments