-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Support User Feedback feature of Sentry #672
Comments
The API you linked is deprecated, so I am closing this issue for now. I am not sure what message you are referring to, so if you still need help, please open a new issue or reopen this one. |
I'm not sure what message they're referring to either, but I think they're just asking for the User Feedback API to be supported in the Rust SDK. The Web API specifically says this:
The Rust SDK does not offer a feedback API, hence the request. Do you intend to support that feature in the Rust SDK or not? |
Yes, you could replace my original link with the new API, which as far as I’m aware isn’t supported in the Rust crate. |
I took a stab at implementing the feature myself here: #743 It's not working yet, and I don't know why. I'm happy to upstream the change if a maintainer can tell me what I'm missing. |
The message says to submit user feedback through the web API as per these docs. It would be better DX to have a method to do that, rather than having developers write their own API wrapper.
The text was updated successfully, but these errors were encountered: