sentry
sentry copied to clipboard
feat(feedback): Split feedback tags into tags+context with collapsable sections
1. Overall changes I moved around the "Seen By" stuff to save a little vertical space; it used to be directly below the message, now it's in the header All Sections are collapseable now, saved into local storage
2. Tags & Context changes
I split up Tags & Context, and re-used the components from Issue Details. There's no way to split up Custom tags, but everything will be shown.
Fixes REPLAY-67