getsentry / getsentry/sentry-go
Add function to capture user feedback
Open
Feature
Go
Good First Issue
User Feedbacks
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 262
- Avg merge
- 1d 48m
- Merged PRs (30d)
- 7
Description
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:
* https://github.com/getsentry/develop/issues/1206
Contributor guide
Assessment
This issue has not been assessed yet.