From 8cdc739c168e66c1e85d6155ad15eb8516a44c0a Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Wed, 29 Jan 2025 17:48:33 +0100 Subject: [PATCH] meta: Add Changelog for 3.1.1 (#668) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a36030..c05ee063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ - "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott +## 3.1.1 + +- fix(core): Disable release creation and source maps upload in dev mode (#666) + + This fix disables any external calls to the Sentry API for managing releases or uploading source maps, when detecting that the plugin is running in dev-mode. While this rarely actually happened, + it also polluted the dev server output with unnecessary logs about missing auth tokens, which shouldn't + be required in dev mode. + ## 3.1.0 - feat(webpack): Gate forced process exit behind experimental flag (#663)