Skip to content

Commit 99f06d8

Browse files
committed
fix: bump size limits
1 parent 7a39bb8 commit 99f06d8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.size-limit.js

Lines changed: 6 additions & 6 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: '25.5 KB',
11+
limit: '26 KB',
1212
},
1313
{
1414
name: '@sentry/browser - with treeshaking flags',
@@ -148,7 +148,7 @@ module.exports = [
148148
import: createImport('init', 'ErrorBoundary', 'reactRouterV6BrowserTracingIntegration'),
149149
ignore: ['react/jsx-runtime'],
150150
gzip: true,
151-
limit: '44.6 KB',
151+
limit: '45 KB',
152152
},
153153
// Vue SDK (ESM)
154154
{
@@ -163,22 +163,22 @@ module.exports = [
163163
path: 'packages/vue/build/esm/index.js',
164164
import: createImport('init', 'browserTracingIntegration'),
165165
gzip: true,
166-
limit: '44.1 KB',
166+
limit: '45 KB',
167167
},
168168
// Svelte SDK (ESM)
169169
{
170170
name: '@sentry/svelte',
171171
path: 'packages/svelte/build/esm/index.js',
172172
import: createImport('init'),
173173
gzip: true,
174-
limit: '25.5 KB',
174+
limit: '26 KB',
175175
},
176176
// Browser CDN bundles
177177
{
178178
name: 'CDN Bundle',
179179
path: createCDNPath('bundle.min.js'),
180180
gzip: true,
181-
limit: '28 KB',
181+
limit: '29 KB',
182182
},
183183
{
184184
name: 'CDN Bundle (incl. Tracing)',
@@ -234,7 +234,7 @@ module.exports = [
234234
path: createCDNPath('bundle.min.js'),
235235
gzip: false,
236236
brotli: false,
237-
limit: '82 KB',
237+
limit: '83 KB',
238238
},
239239
{
240240
name: 'CDN Bundle (incl. Tracing) - uncompressed',

0 commit comments

Comments
 (0)