We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600d09c commit 93c8144Copy full SHA for 93c8144
Sources/ios/UserFeedbackViewModel.swift
@@ -24,10 +24,10 @@ protocol ViewModel {
24
public var subTitle = "Our team has been notified. If you'd like to help, tell us what happened below."
25
26
public var nameLabel = "Name:"
27
- public var nameTextFieldValue = ""
+ public var nameTextFieldValue = SentryClient.shared?.user?.username
28
29
public var emailLabel = "Email:"
30
- public var emailTextFieldValue = ""
+ public var emailTextFieldValue = SentryClient.shared?.user?.email
31
32
public var commentsTextFieldPlaceholder = "I clicked X and then this happened ..."
33
public var commentsTextFieldValue = ""
0 commit comments