From 603831d5a14550d5bfc8f779bef7fb77fba53eb4 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Fri, 22 Nov 2024 08:21:21 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d99710c52d7..b921c9c2985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## Unreleased + +### 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 + +- Keep PropagationContext when cloning scope (#4518) +- 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. +- Concurrency crash with Swift 6 (#4512) +- Make `Scope.span` fully thread safe (#4519) +- Finish TTFD when not calling reportFullyDisplayed before binding a new transaction to the scope (#4526). +- Session replay opacity animation masking (#4532) + ## 8.41.0-beta.1 ### Features