-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
ref(feedback): Update Seer consent flow for user feedback AI titles, summaries & categories, and spam detection #102912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
static/app/components/feedback/feedbackItem/feedbackItemUsername.tsx
Outdated
Show resolved
Hide resolved
|
ooh okay, so basically: if the user has all the necessary flags turned on, they won't see the tooltip? (for spam detection) |
michellewzhang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, do we still plan to add the tooltip to the pill?
static/app/components/feedback/feedbackItem/feedbackItemUsername.tsx
Outdated
Show resolved
Hide resolved
|
@michellewzhang I think we decided to put it in the text underneath the settings toggle. Adding it to the existing tooltip on the pill would be fine too! I'm not super opinionated on this |
that's fine w me! |
…summaries & categories, and spam detection (#102912) relates to REPLAY-783 Add an AI privacy principles tooltip to the user feedback AI titles, as well as summaries and categories. Remove the reference to Seer consent in the existing tooltip for spam detection if `gen-ai-consent-flow-removal` feature flag enabled. ### AI titles: <img width="403" height="144" alt="Screenshot 2025-11-07 at 1 29 01 PM" src="https://github.com/user-attachments/assets/9c4b6106-35b6-4520-8e4a-3c4d898d34dc" /> ### AI summaries & categories: <img width="608" height="168" alt="Screenshot 2025-11-07 at 1 27 43 PM" src="https://github.com/user-attachments/assets/cc0dd9e2-bbf7-4425-ab7b-5b7ff2074109" /> ### Spam detection: | `hide-ai-features` | Seer acknowledgement | `gen-ai-consent-flow-removal` | Tooltip | |-------------------|------------------------|-------------------------------|---------| | true/false | false | false | <img width="310" height="152" alt="Screenshot 2025-11-06 at 2 59 58 PM" src="https://github.com/user-attachments/assets/2051423e-6e9d-4e49-836b-0a49e90f5ecd" /> | | true | true | false | <img width="310" height="152" alt="Screenshot 2025-11-06 at 3 11 46 PM" src="https://github.com/user-attachments/assets/0ba6563f-3d2f-4a17-adf3-192d6f054f3a" /> | | false | true | false | no tooltip | | true | true/false | true | <img width="310" height="152" alt="Screenshot 2025-11-06 at 3 12 53 PM" src="https://github.com/user-attachments/assets/c405427c-c664-401d-a487-24e3a466a0cc" /> | | false | true/false | true | no tooltip | Before: <img width="768" height="83" alt="Screenshot 2025-11-07 at 10 22 48 AM" src="https://github.com/user-attachments/assets/c241b042-1158-4fc5-90ef-fda7154401f0" /> After: <img width="778" height="112" alt="Screenshot 2025-11-07 at 10 22 25 AM" src="https://github.com/user-attachments/assets/f121f68d-ce31-4b5a-a3bc-b2a2c9340753" />
…summaries & categories, and spam detection (#102912) relates to REPLAY-783 Add an AI privacy principles tooltip to the user feedback AI titles, as well as summaries and categories. Remove the reference to Seer consent in the existing tooltip for spam detection if `gen-ai-consent-flow-removal` feature flag enabled. ### AI titles: <img width="403" height="144" alt="Screenshot 2025-11-07 at 1 29 01 PM" src="https://github.com/user-attachments/assets/9c4b6106-35b6-4520-8e4a-3c4d898d34dc" /> ### AI summaries & categories: <img width="608" height="168" alt="Screenshot 2025-11-07 at 1 27 43 PM" src="https://github.com/user-attachments/assets/cc0dd9e2-bbf7-4425-ab7b-5b7ff2074109" /> ### Spam detection: | `hide-ai-features` | Seer acknowledgement | `gen-ai-consent-flow-removal` | Tooltip | |-------------------|------------------------|-------------------------------|---------| | true/false | false | false | <img width="310" height="152" alt="Screenshot 2025-11-06 at 2 59 58 PM" src="https://github.com/user-attachments/assets/2051423e-6e9d-4e49-836b-0a49e90f5ecd" /> | | true | true | false | <img width="310" height="152" alt="Screenshot 2025-11-06 at 3 11 46 PM" src="https://github.com/user-attachments/assets/0ba6563f-3d2f-4a17-adf3-192d6f054f3a" /> | | false | true | false | no tooltip | | true | true/false | true | <img width="310" height="152" alt="Screenshot 2025-11-06 at 3 12 53 PM" src="https://github.com/user-attachments/assets/c405427c-c664-401d-a487-24e3a466a0cc" /> | | false | true/false | true | no tooltip | Before: <img width="768" height="83" alt="Screenshot 2025-11-07 at 10 22 48 AM" src="https://github.com/user-attachments/assets/c241b042-1158-4fc5-90ef-fda7154401f0" /> After: <img width="778" height="112" alt="Screenshot 2025-11-07 at 10 22 25 AM" src="https://github.com/user-attachments/assets/f121f68d-ce31-4b5a-a3bc-b2a2c9340753" />
relates to REPLAY-783
Add an AI privacy principles tooltip to the user feedback AI titles, as well as summaries and categories.
Remove the reference to Seer consent in the existing tooltip for spam detection if
gen-ai-consent-flow-removalfeature flag enabled.AI titles:
AI summaries & categories:
Spam detection:
hide-ai-featuresgen-ai-consent-flow-removalBefore:

After:
