Skip to content

Commit fada93f

Browse files
committed
chore: Add size limit reports on PRs for Cloudflare
1 parent 8ffd1de commit fada93f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.size-limit.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,13 @@ module.exports = [
358358
gzip: true,
359359
limit: '114 KB',
360360
},
361+
// Cloudflare SDK (ESM) - informational only, no limit enforced
362+
{
363+
name: '@sentry/cloudflare',
364+
path: 'packages/cloudflare/build/esm/index.js',
365+
import: createImport('withSentry', 'instrumentDurableObjectWithSentry', 'instrumentWorkflowWithSentry'),
366+
gzip: true,
367+
},
361368
];
362369

363370
function createImport(...args) {

0 commit comments

Comments
 (0)