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

Contact Support form - Sentry User Feedback #142

Open
bruno-garcia opened this issue Oct 4, 2024 · 1 comment
Open

Contact Support form - Sentry User Feedback #142

bruno-garcia opened this issue Oct 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@bruno-garcia
Copy link

More of a suggestion than a feature request:

I see the contact support form is an embedded email.

Sentry has a free feature called User Feedback, which can link the user feedback with additional context like the device information, tracing, so you can see potential issues the user had before sending you the feedback even if it happened on your backend, etc.

While today the Sentry SDK for .NET has a CaptureUserFeedback, that requires an event_id to show up in Sentry. It's the original API that linked feedback to some error previously captured.
There's an issue open to get the new API in place, called CaptureFeedback, which has the event_id as optional. So you can use it to send generic feedback like feature requests, while having that feedback be linked to other telemetry in Sentry.

The .NET SDK also has bindings to the native SDKs. So we might get an actual widget for free in .NET, you might find that useful.
Example, on iOS:

@bricefriha bricefriha added the enhancement New feature or request label Oct 8, 2024
@bricefriha
Copy link
Collaborator

Thanks, Bruno. I was considering it.
Let's work on that once I get the migration fully sorted!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants