Skip to content

Commit 6deca80

Browse files
committed
kk limits fixed but raise limits :(
1 parent a59139d commit 6deca80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.size-limit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.5 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
{

0 commit comments

Comments
 (0)