From 9d5cfb4d7aa084382183f2060f8ceb3db9b91cc9 Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Tue, 20 Jan 2026 11:36:51 +0000 Subject: [PATCH] Change type of changeset for wrangler-init sentry fix from `minor` to `patch` (#11997) --- .changeset/fair-tools-happen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/fair-tools-happen.md b/.changeset/fair-tools-happen.md index a3929f6fb42d..27fab186b097 100644 --- a/.changeset/fair-tools-happen.md +++ b/.changeset/fair-tools-happen.md @@ -1,5 +1,5 @@ --- -"wrangler": minor +"wrangler": patch --- Improve telemetry errors being sent to Sentry by `wrangler init` when it delegates to C3 by ensuring that they contain the output of the C3 execution.