From f89031cd875c4f66aeec0ad144e80cfde512d4cc Mon Sep 17 00:00:00 2001 From: Kevin Renskers Date: Wed, 7 Dec 2022 13:02:58 +0100 Subject: [PATCH 1/3] feat: enableUserInteractionTracing is GA Remove the EXPERIMENTAL comment --- Sources/Sentry/Public/SentryOptions.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Sources/Sentry/Public/SentryOptions.h b/Sources/Sentry/Public/SentryOptions.h index 9a6306fae8e..4bb4b1cb24a 100644 --- a/Sources/Sentry/Public/SentryOptions.h +++ b/Sources/Sentry/Public/SentryOptions.h @@ -220,8 +220,6 @@ NS_SWIFT_NAME(Options) @property (nonatomic, assign) BOOL attachViewHierarchy; /** - * This feature is EXPERIMENTAL. - * * When enabled, the SDK creates transactions for UI events like buttons clicks, switch toggles, * and other ui elements that uses UIControl `sendAction:to:forEvent:`. */ From 9b46a1e26a16993f50135040b60b495d4ca06966 Mon Sep 17 00:00:00 2001 From: Kevin Renskers Date: Wed, 7 Dec 2022 13:12:00 +0100 Subject: [PATCH 2/3] Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b66773730c0..ceb53f5135c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ This version adds a dependency on Swift. ### Features - Properly demangle Swift class name (#2162) -- Enable File I/O APM by default (#2497) +- Enable [File I/O Tracking](https://docs.sentry.io/platforms/apple/performance/instrumentation/automatic-instrumentation/#file-io-tracking) by default (#2497) +- [User Interaction Tracing](https://docs.sentry.io/platforms/apple/performance/instrumentation/automatic-instrumentation/#user-interaction-tracing) is stable (#2212) ### Fixes From af6ab836ae7c5c259e98061059724a3326dd8283 Mon Sep 17 00:00:00 2001 From: Kevin Renskers Date: Wed, 7 Dec 2022 13:27:38 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceb53f5135c..a96e9ef9e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ This version adds a dependency on Swift. - Properly demangle Swift class name (#2162) - Enable [File I/O Tracking](https://docs.sentry.io/platforms/apple/performance/instrumentation/automatic-instrumentation/#file-io-tracking) by default (#2497) -- [User Interaction Tracing](https://docs.sentry.io/platforms/apple/performance/instrumentation/automatic-instrumentation/#user-interaction-tracing) is stable (#2212) +- [User Interaction Tracing](https://docs.sentry.io/platforms/apple/performance/instrumentation/automatic-instrumentation/#user-interaction-tracing) is stable (#2503) ### Fixes