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
We want to deprecate captureUserFeedback, and instead have a new API captureFeedback that users can use instead.
This will send to the new feedback API, and allow to optionally define an event id that should be assigned to the feedback. This API will also apply scope etc. to the feedback event.
We will keep the old captureUserFeedback API for v8, as the new API will require a newer self-hosted version. Eventually, only captureFeedback will remain (~in v9 or beyond).