Skip to content

Commit ff50c70

Browse files
committed
fixup! chore: Add size limit reports on PRs for Cloudflare
1 parent ff0a16b commit ff50c70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.size-limit.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,9 @@ module.exports = [
363363
name: '@sentry/cloudflare',
364364
path: 'packages/cloudflare/build/esm/index.js',
365365
import: createImport('withSentry', 'instrumentDurableObjectWithSentry', 'instrumentWorkflowWithSentry'),
366+
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
366367
gzip: true,
368+
limit: '50 KB',
367369
},
368370
];
369371

0 commit comments

Comments
 (0)