Replies: 1 comment 5 replies
-
@enszrlu you can use the
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to implement User Feedback to our app. Modal is working fine but I would like to also use our own contact form implementation using Sentry.captureFeedback.
I am sending the form data with Sentry.captureFeedback(formData) but this does not return anything so I am not able to understand if data sent successfully or not. Based on this I will provide feedback to the user.
Is there a way to understand?
I used api to achieve this but I am not sure if this would work with tunnelling that is required for adblockers. Also using Sentry.captureFeedback would be a lot cleaner.
Beta Was this translation helpful? Give feedback.
All reactions