Skip to content

Commit 0ae89ca

Browse files
committed
Revert "chore: Bump size limits"
This reverts commit dbe56f7.
1 parent 0bb90f7 commit 0ae89ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.size-limit.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ module.exports = [
178178
name: 'CDN Bundle',
179179
path: createCDNPath('bundle.min.js'),
180180
gzip: true,
181-
limit: '29 KB',
181+
limit: '27 KB',
182182
},
183183
{
184184
name: 'CDN Bundle (incl. Tracing)',
185185
path: createCDNPath('bundle.tracing.min.js'),
186186
gzip: true,
187-
limit: '43.5 KB',
187+
limit: '42 KB',
188188
},
189189
{
190190
name: 'CDN Bundle (incl. Logs, Metrics)',
@@ -290,7 +290,7 @@ module.exports = [
290290
path: createCDNPath('bundle.tracing.replay.feedback.logs.metrics.min.js'),
291291
gzip: false,
292292
brotli: false,
293-
limit: '256 KB',
293+
limit: '200 KB',
294294
},
295295
// Next.js SDK (ESM)
296296
{
@@ -333,7 +333,7 @@ module.exports = [
333333
path: 'packages/node/build/esm/index.js',
334334
import: createImport('initWithoutDefaultIntegrations', 'getDefaultIntegrationsWithoutPerformance'),
335335
gzip: true,
336-
limit: '96.5 KB',
336+
limit: '90 KB',
337337
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
338338
modifyWebpackConfig: function (config) {
339339
const webpack = require('webpack');
@@ -356,7 +356,7 @@ module.exports = [
356356
import: createImport('init'),
357357
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
358358
gzip: true,
359-
limit: '112 KB',
359+
limit: '1 KB',
360360
},
361361
];
362362

0 commit comments

Comments
 (0)