From 391240e35ab0ee83964a45f75cdce7ae11c71548 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Mon, 2 Dec 2024 12:05:26 +0100 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Francesco Novy --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1563af1cd52a..84de1b8d12c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,8 +27,7 @@ - **feat: Warn about source-map generation ([#14533](https://github.com/getsentry/sentry-javascript/pull/14533))** In the next major version of the SDK we will change how source maps are generated when the SDK is added to an application. - Currently, the implementation is a bit all over the place and whether we turn on source map generation in applications depends on the specific SDK. - + Currently, the implementation varies a lot between different SDKs and can be difficult to understand. Moving forward, our goal is to turn on source maps for every framework, unless we detect that they are explicitly turned off. Additionally, if we end up enabling source maps, we will emit a log message that we did so.