Skip to content

Commit 31a8e9a

Browse files
committed
bump bundle size limits
1 parent f50a1cb commit 31a8e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.size-limit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ module.exports = [
214214
name: 'CDN Bundle (incl. Tracing, Replay, Logs, Metrics)',
215215
path: createCDNPath('bundle.tracing.replay.logs.metrics.min.js'),
216216
gzip: true,
217-
limit: '81 KB',
217+
limit: '82 KB',
218218
},
219219
{
220220
name: 'CDN Bundle (incl. Tracing, Replay, Feedback)',
@@ -269,7 +269,7 @@ module.exports = [
269269
path: createCDNPath('bundle.tracing.replay.min.js'),
270270
gzip: false,
271271
brotli: false,
272-
limit: '245 KB',
272+
limit: '246 KB',
273273
},
274274
{
275275
name: 'CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed',

0 commit comments

Comments
 (0)