We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffd1de commit 6983a44Copy full SHA for 6983a44
1 file changed
.size-limit.js
@@ -358,6 +358,17 @@ module.exports = [
358
gzip: true,
359
limit: '114 KB',
360
},
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(
366
+ 'withSentry',
367
+ 'instrumentDurableObjectWithSentry',
368
+ 'instrumentWorkflowWithSentry',
369
+ ),
370
+ gzip: true,
371
+ },
372
];
373
374
function createImport(...args) {
0 commit comments