Skip to content

Commit aaa4845

Browse files
committed
fixup! chore: Add size limit reports on PRs for Cloudflare
1 parent 47f834e commit aaa4845

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
@@ -411,7 +411,7 @@ module.exports = [
411411
},
412412
// Cloudflare SDK (ESM) - compressed, minified to match `wrangler deploy --dry-run --minify` output
413413
{
414-
name: '@sentry/cloudflare (withSentry)',
414+
name: '@sentry/cloudflare (withSentry) - minified',
415415
path: 'packages/cloudflare/build/esm/index.js',
416416
import: createImport('withSentry', 'instrumentDurableObjectWithSentry', 'instrumentWorkflowWithSentry'),
417417
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],

0 commit comments

Comments
 (0)