Skip to content

Commit 2a9a505

Browse files
authored
docs(feedback): add a warning to autoInject property about SwiftUI (#5547)
1 parent aa96485 commit 2a9a505

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Swift/Integrations/UserFeedback/Configuration/SentryUserFeedbackWidgetConfiguration.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public class SentryUserFeedbackWidgetConfiguration: NSObject {
1111
/**
1212
* Automatically inject the widget button into the application UI.
1313
* - note: Default: `true`
14+
* - warning: Does not currently work for SwiftUI apps. See https://docs.sentry.io/platforms/apple/user-feedback/#swiftui
1415
*/
1516
public var autoInject: Bool = true
1617

0 commit comments

Comments
 (0)