Skip to content

Commit b0358a6

Browse files
nicohrubecclaude
andcommitted
chore: Bump diagnostics-channel-injection node size limit to 152 KB
The firebase channel integration pushed `@sentry/node (incl. diagnostics channel injection)` to ~151 KB, over the 150 KB limit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent fead1dc commit b0358a6

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: '150 KB',
403+
limit: '152 KB',
404404
disablePlugins: ['@size-limit/esbuild'],
405405
},
406406
{

0 commit comments

Comments
 (0)