Skip to content

Commit 1940640

Browse files
logaretmclaude
andcommitted
chore(size-limit): Bump CDN bundle (tracing+replay+feedback) uncompressed limit to 265 KB
The replay lifecycle hook overloads push this bundle to 264,109 bytes on the CI (Linux) runner — 109 bytes over the 264 KB cap. Local (macOS) builds measured the tracing+replay bundle at the edge but kept this one under; Linux produced slightly larger artifacts for both. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e5b525f commit 1940640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ module.exports = [
290290
path: createCDNPath('bundle.tracing.replay.feedback.min.js'),
291291
gzip: false,
292292
brotli: false,
293-
limit: '264 KB',
293+
limit: '265 KB',
294294
},
295295
{
296296
name: 'CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed',

0 commit comments

Comments
 (0)