We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db34500 commit 4d4bd30Copy full SHA for 4d4bd30
.size-limit.js
@@ -233,7 +233,7 @@ module.exports = [
233
import: createImport('init'),
234
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
235
gzip: true,
236
- limit: '152 KB',
+ limit: '156 KB',
237
},
238
{
239
name: '@sentry/node - without tracing',
@@ -263,7 +263,7 @@ module.exports = [
263
264
265
266
- limit: '107 KB',
+ limit: '111 KB',
267
268
];
269
0 commit comments