-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add user feedback capability to the Native SDK #1
Conversation
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
- Add user feedback capability to the Native SDK ([#1](https://github.com/tustanivsky/sentry-native/pull/1)) If none of the above apply, you can opt out of this check by adding |
…tive into feat/user_feedback
Hey @tustanivsky did you mean to create this PR on upstream getsentry/sentry-native? |
Yeah, that was the plan! I'll polish things up and make a proper PR to the main repo once it's ready. |
Closing this now as another PR to the main repo has been created |
This PR introduces a new API allowing to create/capture user feedback for specific events (similar functionality is offered by native Android and Apple SDKs).
It will be later exposed to the Unreal Engine plugin where user feedback capabilities have been requested recently. While the existing user feedback endpoint provides an alternative it requires deviating from our current approach of utilizing the native SDKs for client app communication with Sentry there.
Related to getsentry#885