Skip to content

Commit 5d670de

Browse files
committed
Fix size limit
1 parent 2705b96 commit 5d670de

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
@@ -395,7 +395,7 @@ module.exports = [
395395
},
396396
{
397397
name: '@sentry/node/import (ESM hook with diagnostics-channel injection)',
398-
path: ['node_modules/@apm-js-collab/tracing-hooks/hook.mjs', 'packages/node/build/import-hook.mjs'],
398+
path: ['packages/server-utils/build/esm/orchestrion/runtime/hook.js', 'packages/node/build/import-hook.mjs'],
399399
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
400400
gzip: true,
401401
limit: '76 KB',

0 commit comments

Comments
 (0)