Skip to content

Commit a71058e

Browse files
nicohrubecclaude
andcommitted
chore(size-limit): Bump thresholds for array-attribute support
Re-apply the size-limit bumps needed to account for the new homogeneous-primitive-array detection logic. Five scenarios grew past their thresholds: - @sentry/browser (incl. Metrics & Logs): 28 → 29 KB - CDN Bundle (incl. Logs, Metrics): 30 → 31 KB - CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed: 258.5 → 259 KB - CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed: 268 → 269 KB - CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed: 271.5 → 272 KB Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent aa3b2b1 commit a71058e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.size-limit.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ module.exports = [
138138
path: 'packages/browser/build/npm/esm/prod/index.js',
139139
import: createImport('init', 'metrics', 'logger'),
140140
gzip: true,
141-
limit: '28 KB',
141+
limit: '29 KB',
142142
},
143143
// React SDK (ESM)
144144
{
@@ -197,7 +197,7 @@ module.exports = [
197197
name: 'CDN Bundle (incl. Logs, Metrics)',
198198
path: createCDNPath('bundle.logs.metrics.min.js'),
199199
gzip: true,
200-
limit: '30 KB',
200+
limit: '31 KB',
201201
},
202202
{
203203
name: 'CDN Bundle (incl. Tracing, Logs, Metrics)',
@@ -283,21 +283,21 @@ module.exports = [
283283
path: createCDNPath('bundle.tracing.replay.logs.metrics.min.js'),
284284
gzip: false,
285285
brotli: false,
286-
limit: '258.5 KB',
286+
limit: '259 KB',
287287
},
288288
{
289289
name: 'CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed',
290290
path: createCDNPath('bundle.tracing.replay.feedback.min.js'),
291291
gzip: false,
292292
brotli: false,
293-
limit: '268 KB',
293+
limit: '269 KB',
294294
},
295295
{
296296
name: 'CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed',
297297
path: createCDNPath('bundle.tracing.replay.feedback.logs.metrics.min.js'),
298298
gzip: false,
299299
brotli: false,
300-
limit: '271.5 KB',
300+
limit: '272 KB',
301301
},
302302
// Next.js SDK (ESM)
303303
{

0 commit comments

Comments
 (0)