Skip to content

Commit 08675db

Browse files
committed
kk limits fixed but raise limits :(
1 parent 41c93ff commit 08675db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.size-limit.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = [
5959
path: 'packages/browser/build/npm/esm/prod/index.js',
6060
import: createImport('init', 'browserTracingIntegration', 'replayIntegration'),
6161
gzip: true,
62-
limit: '80 KB',
62+
limit: '82 KB',
6363
},
6464
{
6565
name: '@sentry/browser (incl. Tracing, Replay) - with treeshaking flags',
@@ -170,7 +170,7 @@ module.exports = [
170170
name: 'CDN Bundle (incl. Tracing)',
171171
path: createCDNPath('bundle.tracing.min.js'),
172172
gzip: true,
173-
limit: '42.1 KB',
173+
limit: '43 KB',
174174
},
175175
{
176176
name: 'CDN Bundle (incl. Tracing, Replay)',
@@ -220,7 +220,7 @@ module.exports = [
220220
import: createImport('init'),
221221
ignore: ['next/router', 'next/constants'],
222222
gzip: true,
223-
limit: '46 KB',
223+
limit: '47 KB',
224224
},
225225
// SvelteKit SDK (ESM)
226226
{
@@ -238,7 +238,7 @@ module.exports = [
238238
import: createImport('init'),
239239
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
240240
gzip: true,
241-
limit: '51.1 KB',
241+
limit: '52 KB',
242242
},
243243
// Node SDK (ESM)
244244
{
@@ -247,7 +247,7 @@ module.exports = [
247247
import: createImport('init'),
248248
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
249249
gzip: true,
250-
limit: '160 KB',
250+
limit: '161 KB',
251251
},
252252
{
253253
name: '@sentry/node - without tracing',

0 commit comments

Comments
 (0)