Skip to content

Commit 48dafff

Browse files
committed
Bump @sentry/node diagnostics-channel injection size limit to 145 KB
1 parent 57d227e commit 48dafff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ module.exports = [
400400
import: createImport('init', 'experimentalUseDiagnosticsChannelInjection'),
401401
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
402402
gzip: true,
403-
limit: '142 KB',
403+
limit: '145 KB',
404404
disablePlugins: ['@size-limit/esbuild'],
405405
},
406406
{

0 commit comments

Comments
 (0)