Skip to content

Commit e5b525f

Browse files
logaretmclaude
andcommitted
chore(size-limit): Bump CDN bundle (tracing+replay) uncompressed limit to 252 KB
The replayStart/replayEnd hook overloads and payload types push the uncompressed tracing+replay CDN bundle to 251,080 bytes — 80 bytes over the previous 251 KB cap. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 47e2074 commit e5b525f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ module.exports = [
276276
path: createCDNPath('bundle.tracing.replay.min.js'),
277277
gzip: false,
278278
brotli: false,
279-
limit: '251 KB',
279+
limit: '252 KB',
280280
},
281281
{
282282
name: 'CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed',

0 commit comments

Comments
 (0)