sentry icon indicating copy to clipboard operation
sentry copied to clipboard

[User Feedback] Feedback widget is no longer collecting name or email

Open michellewzhang opened this issue 9 months ago • 1 comments

Can see that all of the labels say "anonymous" (which means on the frontend we don't have access to a name or email to display):

328232263-8b0ec5f6-b400-4c76-bc31-86f4c78bd1cf

michellewzhang avatar May 06 '24 15:05 michellewzhang

This is happening because getCurrentScope().getUser() isn't returning anything. Waiting on Francesco for how to best access the scope to fix this.

c298lee avatar May 06 '24 19:05 c298lee

fixed with https://github.com/getsentry/sentry-javascript/pull/11928

c298lee avatar May 07 '24 14:05 c298lee