From f56219a5f804cb4ead7846aee32e1e73b2718056 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Fri, 22 Dec 2023 09:47:57 +0100 Subject: [PATCH] build: Fix size limit (#9967) I think this was just not updated... I aligned it with the webpack size limit for the "full" bundle. --- .size-limit.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.size-limit.js b/.size-limit.js index 5d690d69768a..b29677fce51a 100644 --- a/.size-limit.js +++ b/.size-limit.js @@ -60,7 +60,7 @@ module.exports = [ name: '@sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped)', path: 'packages/browser/build/bundles/bundle.tracing.replay.feedback.min.js', gzip: true, - limit: '75 KB', + limit: '90 KB', }, { name: '@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped)', @@ -101,7 +101,7 @@ module.exports = [ path: 'packages/browser/build/bundles/bundle.min.js', gzip: false, brotli: false, - limit: '70 KB', + limit: '80 KB', }, // Browser CDN bundles (ES5) @@ -110,7 +110,7 @@ module.exports = [ name: '@sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped)', path: 'packages/browser/build/bundles/bundle.tracing.es5.min.js', gzip: true, - limit: '35 KB', + limit: '40 KB', }, // React