Skip to content
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

User Feedback integration #4269

Closed
armcknight opened this issue Aug 9, 2024 · 2 comments
Closed

User Feedback integration #4269

armcknight opened this issue Aug 9, 2024 · 2 comments
Assignees

Comments

@armcknight
Copy link
Member

Description

Create the high level integration API to inject a widget that will present a modal form to capture end user feedback.

@armcknight
Copy link
Member Author

armcknight commented Aug 13, 2024

We'll offer a variety of ways for the form to be presented.

options:

  • widget (User Feedback UI widget #4270)
  • a shake gesture
  • a UIGestureRecognizer they create and hand to us (and maybe offer a couple pre-packaged gestures like other bug reporters offer out of the box)
  • triggering from a button they create and offer for us to inject the action
  • manually calling a method to display (in SentrySDK.h)

They will also be able to use a fully custom method to gather the required data and simply call a method like we already have today with SentrySDK.captureUserFeedback to submit the envelope.

@armcknight
Copy link
Member Author

To update on the above comment after going through the review process in the linked PR, we decided to not accept a custom gesture recognizer in the API for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant