Skip to content

Commit 615340a

Browse files
committed
update size limits
1 parent 4a7cb6f commit 615340a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.size-limit.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ module.exports = [
1515
path: 'packages/browser/build/npm/esm/index.js',
1616
import: createImport('init', 'browserTracingIntegration'),
1717
gzip: true,
18-
limit: '34 KB',
18+
limit: '35 KB',
1919
},
2020
{
2121
name: '@sentry/browser (incl. Tracing, Replay)',
2222
path: 'packages/browser/build/npm/esm/index.js',
2323
import: createImport('init', 'browserTracingIntegration', 'replayIntegration'),
2424
gzip: true,
25-
limit: '71 KB',
25+
limit: '72 KB',
2626
},
2727
{
2828
name: '@sentry/browser (incl. Tracing, Replay) - with treeshaking flags',
@@ -48,14 +48,14 @@ module.exports = [
4848
path: 'packages/browser/build/npm/esm/index.js',
4949
import: createImport('init', 'browserTracingIntegration', 'replayIntegration', 'replayCanvasIntegration'),
5050
gzip: true,
51-
limit: '75 KB',
51+
limit: '76 KB',
5252
},
5353
{
5454
name: '@sentry/browser (incl. Tracing, Replay, Feedback)',
5555
path: 'packages/browser/build/npm/esm/index.js',
5656
import: createImport('init', 'browserTracingIntegration', 'replayIntegration', 'feedbackIntegration'),
5757
gzip: true,
58-
limit: '87 KB',
58+
limit: '89 KB',
5959
},
6060
{
6161
name: '@sentry/browser (incl. Tracing, Replay, Feedback, metrics)',
@@ -69,21 +69,21 @@ module.exports = [
6969
path: 'packages/browser/build/npm/esm/index.js',
7070
import: createImport('init', 'metrics'),
7171
gzip: true,
72-
limit: '40 KB',
72+
limit: '30 KB',
7373
},
7474
{
7575
name: '@sentry/browser (incl. Feedback)',
7676
path: 'packages/browser/build/npm/esm/index.js',
7777
import: createImport('init', 'feedbackIntegration'),
7878
gzip: true,
79-
limit: '40 KB',
79+
limit: '41 KB',
8080
},
8181
{
8282
name: '@sentry/browser (incl. sendFeedback)',
8383
path: 'packages/browser/build/npm/esm/index.js',
8484
import: createImport('init', 'sendFeedback'),
8585
gzip: true,
86-
limit: '28 KB',
86+
limit: '29 KB',
8787
},
8888
{
8989
name: '@sentry/browser (incl. FeedbackAsync)',
@@ -107,7 +107,7 @@ module.exports = [
107107
import: createImport('init', 'ErrorBoundary', 'reactRouterV6BrowserTracingIntegration'),
108108
ignore: ['react/jsx-runtime'],
109109
gzip: true,
110-
limit: '37 KB',
110+
limit: '38 KB',
111111
},
112112
// Vue SDK (ESM)
113113
{
@@ -143,7 +143,7 @@ module.exports = [
143143
name: 'CDN Bundle (incl. Tracing)',
144144
path: createCDNPath('bundle.tracing.min.js'),
145145
gzip: true,
146-
limit: '36 KB',
146+
limit: '37 KB',
147147
},
148148
{
149149
name: 'CDN Bundle (incl. Tracing, Replay)',
@@ -193,7 +193,7 @@ module.exports = [
193193
import: createImport('init'),
194194
ignore: ['next/router', 'next/constants'],
195195
gzip: true,
196-
limit: '37 KB',
196+
limit: '38 KB',
197197
},
198198
// SvelteKit SDK (ESM)
199199
{

0 commit comments

Comments
 (0)