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 53b116d commit eac2a56Copy full SHA for eac2a56
.size-limit.js
@@ -211,7 +211,7 @@ module.exports = [
211
import: createImport('init'),
212
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
213
gzip: true,
214
- limit: '135 KB',
+ limit: '140 KB',
215
},
216
{
217
name: '@sentry/node - without tracing',
@@ -237,7 +237,7 @@ module.exports = [
237
238
239
240
- limit: '125 KB',
+ limit: '130 KB',
241
242
];
243
0 commit comments