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 70de7ed commit ac49e8bCopy full SHA for ac49e8b
.size-limit.js
@@ -228,7 +228,7 @@ module.exports = [
228
import: createImport('init'),
229
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
230
gzip: true,
231
- limit: '140 KB',
+ limit: '160 KB',
232
},
233
{
234
name: '@sentry/node - without tracing',
@@ -260,7 +260,7 @@ module.exports = [
260
261
262
263
- limit: '130 KB',
+ limit: '150 KB',
264
265
];
266
0 commit comments