From 53e149f8205caea81313aa3d14403405db4cce63 Mon Sep 17 00:00:00 2001 From: Kevin Renskers Date: Wed, 14 Dec 2022 10:57:47 +0100 Subject: [PATCH] Remove duplicate entry (#2532) --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f50574d9b8..c4a28ca3439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ This version adds a dependency on Swift. - Properly demangle Swift class name (#2162) - SwiftUI performance tracking (#2271) - Enable [File I/O Tracking](https://docs.sentry.io/platforms/apple/performance/instrumentation/automatic-instrumentation/#file-io-tracking) by default (#2497) -- Add synthetic for mechanism (#2501) - [User Interaction Tracing](https://docs.sentry.io/platforms/apple/performance/instrumentation/automatic-instrumentation/#user-interaction-tracing) is stable and enabled by default(#2503) - Add synthetic for mechanism (#2501) - Enable CaptureFailedRequests by default (#2507)