User Feedback Privacy

When collecting user feedback, I would like to hide the name field, since my site only asks for an email when signing-up. I know I can pre-fill the name like this:

Sentry.showReportDialog({ eventId, user: { name: ‘Anonymous’ } });

However, I would prefer it if the name field doesn’t display at all. Otherwise, I will need to update my site’s privacy policy.