From 695975e87e3fa22a5526cf49c5db34f1efd4230e Mon Sep 17 00:00:00 2001 From: Andrew McKnight Date: Tue, 1 Jul 2025 18:30:37 -0800 Subject: [PATCH] docs(feedback): add a warning to autoInject property about SwiftUI --- .../Configuration/SentryUserFeedbackWidgetConfiguration.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Swift/Integrations/UserFeedback/Configuration/SentryUserFeedbackWidgetConfiguration.swift b/Sources/Swift/Integrations/UserFeedback/Configuration/SentryUserFeedbackWidgetConfiguration.swift index 392f417f949..187a9837bf4 100644 --- a/Sources/Swift/Integrations/UserFeedback/Configuration/SentryUserFeedbackWidgetConfiguration.swift +++ b/Sources/Swift/Integrations/UserFeedback/Configuration/SentryUserFeedbackWidgetConfiguration.swift @@ -11,6 +11,7 @@ public class SentryUserFeedbackWidgetConfiguration: NSObject { /** * Automatically inject the widget button into the application UI. * - note: Default: `true` + * - warning: Does not currently work for SwiftUI apps. See https://docs.sentry.io/platforms/apple/user-feedback/#swiftui */ public var autoInject: Bool = true