Skip to content

Commit 671f472

Browse files
committed
Increase size limit for @sentry/node
1 parent 9d229ad commit 671f472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ module.exports = [
287287
import: createImport('init'),
288288
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
289289
gzip: true,
290-
limit: '164 KB',
290+
limit: '166 KB',
291291
},
292292
{
293293
name: '@sentry/node - without tracing',

0 commit comments

Comments
 (0)