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

Support User Feedback feature of Sentry #672

Closed
laralove143 opened this issue Jul 21, 2024 · 4 comments
Closed

Support User Feedback feature of Sentry #672

laralove143 opened this issue Jul 21, 2024 · 4 comments

Comments

@laralove143
Copy link

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.

@szokeasaurusrex
Copy link
Member

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.

@szokeasaurusrex szokeasaurusrex closed this as not planned Won't fix, can't repro, duplicate, stale Dec 11, 2024
@zmitchell
Copy link
Contributor

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:

This endpoint is DEPRECATED. We document it here for older SDKs and users who are still migrating to the User Feedback Widget or API(multi-platform). If you are a new user, do not use this endpoint - unless you don't have a JS frontend, and your platform's SDK does not offer a feedback API.

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?

@laralove143
Copy link
Author

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.

@zmitchell
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants