From 4a8f0f336dd4fd5eef7625ec91c0485c94c64311 Mon Sep 17 00:00:00 2001 From: Dhiogo Brustolin Date: Tue, 12 Nov 2024 16:01:35 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd2e4db9a9..ac41e0486d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,13 @@ ## Unreleased -### Fixes - -- Make `Scope.span` fully thread safe (#4519) ### Features - Transactions for crashes (#4504): Finish the transaction bound to the scope when the app crashes. This __experimental__ feature is disabled by default. You can enable it via the option `enablePersistingTracesWhenCrashing`. ### Fixes +- Make `Scope.span` fully thread safe (#4519) - Keep PropagationContext when cloning scope (#4518) - Session replay transformed view masking (#4529) - UIViewController with Xcode 16 in debug (#4523). The Xcode 16 build setting [ENABLE_DEBUG_DYLIB](https://developer.apple.com/documentation/xcode/build-settings-reference#Enable-Debug-Dylib-Support), which is turned on by default only in debug, could lead to missing UIViewController traces.