Skip to content

Commit eac2a56

Browse files
committed
size limit
1 parent 53b116d commit eac2a56

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
@@ -211,7 +211,7 @@ module.exports = [
211211
import: createImport('init'),
212212
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
213213
gzip: true,
214-
limit: '135 KB',
214+
limit: '140 KB',
215215
},
216216
{
217217
name: '@sentry/node - without tracing',
@@ -237,7 +237,7 @@ module.exports = [
237237
import: createImport('init'),
238238
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
239239
gzip: true,
240-
limit: '125 KB',
240+
limit: '130 KB',
241241
},
242242
];
243243

0 commit comments

Comments
 (0)