Skip to content

Commit f7bd935

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.size-limit.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module.exports = [
9696
path: 'packages/browser/build/npm/esm/prod/index.js',
9797
import: createImport('init', 'browserTracingIntegration', 'replayIntegration', 'feedbackIntegration'),
9898
gzip: true,
99-
limit: '100 KB',
99+
limit: '101 KB',
100100
},
101101
{
102102
name: '@sentry/browser (incl. Feedback)',
@@ -209,7 +209,7 @@ module.exports = [
209209
name: 'CDN Bundle (incl. Replay, Logs, Metrics)',
210210
path: createCDNPath('bundle.replay.logs.metrics.min.js'),
211211
gzip: true,
212-
limit: '69 KB',
212+
limit: '70 KB',
213213
},
214214
{
215215
name: 'CDN Bundle (incl. Tracing, Replay)',
@@ -255,7 +255,7 @@ module.exports = [
255255
path: createCDNPath('bundle.logs.metrics.min.js'),
256256
gzip: false,
257257
brotli: false,
258-
limit: '88 KB',
258+
limit: '89 KB',
259259
},
260260
{
261261
name: 'CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed',

0 commit comments

Comments
 (0)