Skip to content

Commit 5eb68a2

Browse files
nicohrubecclaude
andcommitted
chore: Bump size limits
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1fff7a3 commit 5eb68a2

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.size-limit.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = [
88
path: 'packages/browser/build/npm/esm/prod/index.js',
99
import: createImport('init'),
1010
gzip: true,
11-
limit: '26 KB',
11+
limit: '27 KB',
1212
},
1313
{
1414
name: '@sentry/browser - with treeshaking flags',
@@ -38,7 +38,7 @@ module.exports = [
3838
path: 'packages/browser/build/npm/esm/prod/index.js',
3939
import: createImport('init', 'browserTracingIntegration'),
4040
gzip: true,
41-
limit: '44 KB',
41+
limit: '45 KB',
4242
},
4343
{
4444
name: '@sentry/browser (incl. Tracing + Span Streaming)',
@@ -117,7 +117,7 @@ module.exports = [
117117
path: 'packages/browser/build/npm/esm/prod/index.js',
118118
import: createImport('init', 'feedbackAsyncIntegration'),
119119
gzip: true,
120-
limit: '36 KB',
120+
limit: '37 KB',
121121
},
122122
{
123123
name: '@sentry/browser (incl. Metrics)',
@@ -178,7 +178,7 @@ module.exports = [
178178
path: 'packages/svelte/build/esm/index.js',
179179
import: createImport('init'),
180180
gzip: true,
181-
limit: '26 KB',
181+
limit: '27 KB',
182182
},
183183
// Browser CDN bundles
184184
{
@@ -227,7 +227,7 @@ module.exports = [
227227
name: 'CDN Bundle (incl. Tracing, Replay, Feedback)',
228228
path: createCDNPath('bundle.tracing.replay.feedback.min.js'),
229229
gzip: true,
230-
limit: '89 KB',
230+
limit: '90 KB',
231231
},
232232
{
233233
name: 'CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics)',
@@ -241,14 +241,14 @@ module.exports = [
241241
path: createCDNPath('bundle.min.js'),
242242
gzip: false,
243243
brotli: false,
244-
limit: '84 KB',
244+
limit: '85 KB',
245245
},
246246
{
247247
name: 'CDN Bundle (incl. Tracing) - uncompressed',
248248
path: createCDNPath('bundle.tracing.min.js'),
249249
gzip: false,
250250
brotli: false,
251-
limit: '138 KB',
251+
limit: '139 KB',
252252
},
253253
{
254254
name: 'CDN Bundle (incl. Logs, Metrics) - uncompressed',
@@ -262,35 +262,35 @@ module.exports = [
262262
path: createCDNPath('bundle.tracing.logs.metrics.min.js'),
263263
gzip: false,
264264
brotli: false,
265-
limit: '141.5 KB',
265+
limit: '142 KB',
266266
},
267267
{
268268
name: 'CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed',
269269
path: createCDNPath('bundle.replay.logs.metrics.min.js'),
270270
gzip: false,
271271
brotli: false,
272-
limit: '212 KB',
272+
limit: '213 KB',
273273
},
274274
{
275275
name: 'CDN Bundle (incl. Tracing, Replay) - uncompressed',
276276
path: createCDNPath('bundle.tracing.replay.min.js'),
277277
gzip: false,
278278
brotli: false,
279-
limit: '255.5 KB',
279+
limit: '256 KB',
280280
},
281281
{
282282
name: 'CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed',
283283
path: createCDNPath('bundle.tracing.replay.logs.metrics.min.js'),
284284
gzip: false,
285285
brotli: false,
286-
limit: '259 KB',
286+
limit: '260 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: '269 KB',
293+
limit: '270 KB',
294294
},
295295
{
296296
name: 'CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed',

0 commit comments

Comments
 (0)