Skip to content

Commit

Permalink
size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jun 25, 2024
1 parent 53b116d commit eac2a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ module.exports = [
import: createImport('init'),
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
gzip: true,
limit: '135 KB',
limit: '140 KB',
},
{
name: '@sentry/node - without tracing',
Expand All @@ -237,7 +237,7 @@ module.exports = [
import: createImport('init'),
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
gzip: true,
limit: '125 KB',
limit: '130 KB',
},
];

Expand Down

0 comments on commit eac2a56

Please sign in to comment.