You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new feedback envelope format has a field used to associate an error event with feedback, similar to the legacy user report format.
Send an envelope w/the contexts.feedback.associated_event_id field, with the ID of an error event in the same project. This is typically done through the SDK's captureFeedback API function.
Check the issue details of that error event.
Expected Result
The feedback shows up in issue details "User Feedback" section (new UI) or tab (old UI).
Actual Result
Feedback does not show up.
However, finding it in the feedback UI, the error is correctly linked.