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
Should there be a configuration option to either immediately show the form, or to first prompt the user that they could open a prefilled feedback form?
also, a configuration option to redact or not? or, should this also be a user-facing option? maybe tapping the screenshot preview opens a full-screen preview, where there is the option to remove the redactions?
launch after a crash
Should there be a configuration option to either immediately show the form, or to first prompt the user that they could open a prefilled feedback form?
already have a function stubbed for SentrySDK.showUserFeedbackForm(), but should we also have a config option like SentryUserFeedbackWidgetConfiguration.button they can assign an instance of UIButton to?
Description
Besides the widget button, implement other triggers that will open the form:
SentrySDK.showUserFeedbackForm(), but should we also have a config option likeSentryUserFeedbackWidgetConfiguration.buttonthey can assign an instance of UIButton to?SentrySDK.showUserFeedbackForm): feat(feedback): manual widget display #5236