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
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.
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.
Description
Create the high level integration API to inject a widget that will present a modal form to capture end user feedback.
The text was updated successfully, but these errors were encountered: