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
Other Sentry SDKs have a function called captureUserFeedback that takes an event_id, and user input such as name, email and comments. develop docs on it are here: https://develop.sentry.dev/sdk/features/#user-feedback
A new feedback format was added recently to power the Web Widget (see: https://docs.sentry.io/product/user-feedback/).
In JS the function name became captureFeedback. Final docs are not yet on develop but tracked here:
Other Sentry SDKs have a function called
captureUserFeedback
that takes anevent_id
, and user input such as name, email and comments. develop docs on it are here: https://develop.sentry.dev/sdk/features/#user-feedbackA new feedback format was added recently to power the Web Widget (see: https://docs.sentry.io/product/user-feedback/).
In JS the function name became
captureFeedback
. Final docs are not yet on develop but tracked here:The text was updated successfully, but these errors were encountered: