From d1c2e46c3e38a3d1f50d152d8e840f782a4260fa Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Wed, 21 May 2025 10:09:23 +0200 Subject: [PATCH] meta: Add Changelog entry for 3.5.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe67593..67ef2eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ Work in this release was contributed by @thecodewarrior. Thank you for your contribution! +## 3.5.0 + +- feat(core): Add hook to customize source map file resolution ([#732](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/732)) +- fix(core): Avoid console output and telemetry init when plugins are disabled ([#741](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/741)) + +Work in this release was contributed by @thecodewarrior. Thank you for your contribution! + ## 3.4.0 - fix: Replace existing debug ID comments (#730)