Skip to content

Commit daa0c5f

Browse files
chargomeclaude
andcommitted
chore: Update size limits for bot detection in browserTracingIntegration
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e37632a commit daa0c5f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.size-limit.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports = [
8282
path: 'packages/browser/build/npm/esm/prod/index.js',
8383
import: createImport('init', 'browserTracingIntegration', 'replayIntegration', 'replayCanvasIntegration'),
8484
gzip: true,
85-
limit: '86 KB',
85+
limit: '87 KB',
8686
},
8787
{
8888
name: '@sentry/browser (incl. Tracing, Replay, Feedback)',
@@ -255,7 +255,7 @@ module.exports = [
255255
path: createCDNPath('bundle.tracing.logs.metrics.min.js'),
256256
gzip: false,
257257
brotli: false,
258-
limit: '131 KB',
258+
limit: '132 KB',
259259
},
260260
{
261261
name: 'CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed',
@@ -269,7 +269,7 @@ module.exports = [
269269
path: createCDNPath('bundle.tracing.replay.min.js'),
270270
gzip: false,
271271
brotli: false,
272-
limit: '245 KB',
272+
limit: '246 KB',
273273
},
274274
{
275275
name: 'CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed',
@@ -308,7 +308,7 @@ module.exports = [
308308
import: createImport('init'),
309309
ignore: ['$app/stores'],
310310
gzip: true,
311-
limit: '43 KB',
311+
limit: '44 KB',
312312
},
313313
// Node-Core SDK (ESM)
314314
{

0 commit comments

Comments
 (0)