+
+
What will be shared
+
+
+ - Diagnostic events (steps, errors, UI issues)
+ - App version and anonymous install ID
+
+
+ Excludes API keys, trading data, and personal information.
+
+
+
+
+ {contextChipLabel && (
+
+ {contextChipLabel}
+
+ )}
+
+ {isAuthRequired && (
+
+ Sign in to send feedback.
+ {showSignInLink ? (
+ <>
+ {" "}
+
+ Go to sign in
+
+ >
+ ) : null}
+
+ )}
+
+ {previewQuery.isError && !isAuthRequired && (
+
+ {previewQuery.error instanceof Error
+ ? previewQuery.error.message
+ : "Couldn't load feedback preview"}
+
+ )}
+
+ {!isAuthRequired && !previewQuery.isError && (
+
+ )}
+
+ {!isAuthRequired && (
+
+
+
+
+
+
+
+
+ setContactValue(event.target.value)}
+ placeholder={contactDetailPlaceholder}
+ />
+
+
+
+ )}
+
+
+