Skip to content

Commit 30a9c29

Browse files
chore(size-limit): weekly auto-bump (#20721)
## Size limit auto-bump | Entry | Old limit | New limit | Δ | | --- | --- | --- | --- | | @sentry/browser (incl. Tracing, Replay) - with treeshaking flags | 78 KB | 79 KB | +1 KB | | @sentry/browser (incl. sendFeedback) | 36 KB | 37 KB | +1 KB | | @sentry/react | 33 KB | 34 KB | +1 KB | | @sentry/vue (incl. Tracing) | 51 KB | 52 KB | +1 KB | | CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) | 96 KB | 97 KB | +1 KB | | CDN Bundle (incl. Logs, Metrics) - uncompressed | 94 KB | 95 KB | +1 KB | | CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed | 218 KB | 219 KB | +1 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 263 KB | 264 KB | +1 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 277 KB | 278 KB | +1 KB | | @sentry/node-core | 65 KB | 66 KB | +1 KB | | @sentry/node | 176 KB | 171 KB | -5 KB | | @sentry/node - without tracing | 102 KB | 79 KB | -23 KB | | @sentry/aws-serverless | 119 KB | 113 KB | -6 KB | | @sentry/cloudflare (withSentry) - minified | 167 KiB | 171 KiB | +4 KiB | | @sentry/cloudflare (withSentry) | 420 KiB | 423 KiB | +3 KiB |
1 parent 8c3ac06 commit 30a9c29

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.size-limit.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module.exports = [
7272
path: 'packages/browser/build/npm/esm/prod/index.js',
7373
import: createImport('init', 'browserTracingIntegration', 'replayIntegration'),
7474
gzip: true,
75-
limit: '78 KB',
75+
limit: '79 KB',
7676
disablePlugins: ['@size-limit/esbuild'],
7777
modifyWebpackConfig: function (config) {
7878
const webpack = require('webpack');
@@ -120,7 +120,7 @@ module.exports = [
120120
path: 'packages/browser/build/npm/esm/prod/index.js',
121121
import: createImport('init', 'sendFeedback'),
122122
gzip: true,
123-
limit: '36 KB',
123+
limit: '37 KB',
124124
disablePlugins: ['@size-limit/esbuild'],
125125
},
126126
{
@@ -162,7 +162,7 @@ module.exports = [
162162
import: createImport('init', 'ErrorBoundary'),
163163
ignore: ['react/jsx-runtime'],
164164
gzip: true,
165-
limit: '33 KB',
165+
limit: '34 KB',
166166
disablePlugins: ['@size-limit/esbuild'],
167167
},
168168
{
@@ -188,7 +188,7 @@ module.exports = [
188188
path: 'packages/vue/build/esm/index.js',
189189
import: createImport('init', 'browserTracingIntegration'),
190190
gzip: true,
191-
limit: '51 KB',
191+
limit: '52 KB',
192192
disablePlugins: ['@size-limit/esbuild'],
193193
},
194194
// Svelte SDK (ESM)
@@ -261,7 +261,7 @@ module.exports = [
261261
name: 'CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics)',
262262
path: createCDNPath('bundle.tracing.replay.feedback.logs.metrics.min.js'),
263263
gzip: true,
264-
limit: '96 KB',
264+
limit: '97 KB',
265265
disablePlugins: ['@size-limit/esbuild'],
266266
},
267267
// browser CDN bundles (non-gzipped)
@@ -286,7 +286,7 @@ module.exports = [
286286
path: createCDNPath('bundle.logs.metrics.min.js'),
287287
gzip: false,
288288
brotli: false,
289-
limit: '94 KB',
289+
limit: '95 KB',
290290
disablePlugins: ['@size-limit/esbuild'],
291291
},
292292
{
@@ -302,15 +302,15 @@ module.exports = [
302302
path: createCDNPath('bundle.replay.logs.metrics.min.js'),
303303
gzip: false,
304304
brotli: false,
305-
limit: '218 KB',
305+
limit: '219 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: '263 KB',
313+
limit: '264 KB',
314314
disablePlugins: ['@size-limit/esbuild'],
315315
},
316316
{
@@ -326,7 +326,7 @@ module.exports = [
326326
path: createCDNPath('bundle.tracing.replay.feedback.min.js'),
327327
gzip: false,
328328
brotli: false,
329-
limit: '277 KB',
329+
limit: '278 KB',
330330
disablePlugins: ['@size-limit/esbuild'],
331331
},
332332
{
@@ -364,7 +364,7 @@ module.exports = [
364364
import: createImport('init'),
365365
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
366366
gzip: true,
367-
limit: '65 KB',
367+
limit: '66 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: '176 KB',
377+
limit: '171 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: '102 KB',
385+
limit: '79 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: '119 KB',
409+
limit: '113 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: '167 KiB',
420+
limit: '171 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: '420 KiB',
440+
limit: '423 KiB',
441441
disablePlugins: ['@size-limit/webpack'],
442442
webpack: false,
443443
modifyEsbuildConfig: function (config) {

0 commit comments

Comments
 (0)