Michelle Zhang
Michelle Zhang
fixes https://github.com/getsentry/sentry/issues/64981
merge when we remove the beta flag for UF! no need to link to old UF anymore
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):
relates to https://github.com/getsentry/sentry/issues/70346 shows the manual spam feature in these spots: mailbox: bulk action: single feedback action:
open to name/message suggestions relates to https://github.com/getsentry/sentry/issues/69249
closes https://github.com/getsentry/sentry/issues/70346
Fixes https://github.com/getsentry/sentry/issues/69817 We have a `videoReplayer`, which uses video events to create the replay playback for mobile replays. However, in order to see the gestures (clicks, mouse movements, etc) we...
- we basically need to create a rrweb player alongside the video player - the video events will keep going to video plugin and the other non-video events should go...
rrweb is not currently built to support multi gestures. we need to - look into rrweb code to see how it handles single touch gestures - inform SDK how to...
When UF is available in the JS Loader, we should update the onboarding sidebar to show the correct loader script.