Skip to content

Commit 32e030f

Browse files
logaretmclaude
andcommitted
bump size limits for feedback error-message overrides
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 688409e commit 32e030f

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
@@ -103,7 +103,7 @@ module.exports = [
103103
path: 'packages/browser/build/npm/esm/prod/index.js',
104104
import: createImport('init', 'feedbackIntegration'),
105105
gzip: true,
106-
limit: '43 KB',
106+
limit: '44 KB',
107107
},
108108
{
109109
name: '@sentry/browser (incl. sendFeedback)',
@@ -233,7 +233,7 @@ module.exports = [
233233
name: 'CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics)',
234234
path: createCDNPath('bundle.tracing.replay.feedback.logs.metrics.min.js'),
235235
gzip: true,
236-
limit: '90 KB',
236+
limit: '91 KB',
237237
},
238238
// browser CDN bundles (non-gzipped)
239239
{
@@ -297,7 +297,7 @@ module.exports = [
297297
path: createCDNPath('bundle.tracing.replay.feedback.logs.metrics.min.js'),
298298
gzip: false,
299299
brotli: false,
300-
limit: '272 KB',
300+
limit: '273 KB',
301301
},
302302
// Next.js SDK (ESM)
303303
{

0 commit comments

Comments
 (0)