Skip to content

Commit e6ecd23

Browse files
committed
Bump size limit
1 parent 7fc4b17 commit e6ecd23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.size-limit.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ module.exports = [
215215
name: 'CDN Bundle (incl. Tracing, Replay)',
216216
path: createCDNPath('bundle.tracing.replay.min.js'),
217217
gzip: true,
218-
limit: '82 KB',
218+
limit: '83 KB',
219219
},
220220
{
221221
name: 'CDN Bundle (incl. Tracing, Replay, Logs, Metrics)',
@@ -248,7 +248,7 @@ module.exports = [
248248
path: createCDNPath('bundle.tracing.min.js'),
249249
gzip: false,
250250
brotli: false,
251-
limit: '135 KB',
251+
limit: '136 KB',
252252
},
253253
{
254254
name: 'CDN Bundle (incl. Logs, Metrics) - uncompressed',
@@ -283,7 +283,7 @@ module.exports = [
283283
path: createCDNPath('bundle.tracing.replay.logs.metrics.min.js'),
284284
gzip: false,
285285
brotli: false,
286-
limit: '256 KB',
286+
limit: '257 KB',
287287
},
288288
{
289289
name: 'CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed',
@@ -306,7 +306,7 @@ module.exports = [
306306
import: createImport('init'),
307307
ignore: ['next/router', 'next/constants'],
308308
gzip: true,
309-
limit: '49 KB',
309+
limit: '50 KB',
310310
},
311311
// SvelteKit SDK (ESM)
312312
{

0 commit comments

Comments
 (0)