Skip to content

Commit 4d4bd30

Browse files
committed
Increase size limits for node and aws-serverless
1 parent db34500 commit 4d4bd30

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
@@ -233,7 +233,7 @@ module.exports = [
233233
import: createImport('init'),
234234
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
235235
gzip: true,
236-
limit: '152 KB',
236+
limit: '156 KB',
237237
},
238238
{
239239
name: '@sentry/node - without tracing',
@@ -263,7 +263,7 @@ module.exports = [
263263
import: createImport('init'),
264264
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
265265
gzip: true,
266-
limit: '107 KB',
266+
limit: '111 KB',
267267
},
268268
];
269269

0 commit comments

Comments
 (0)