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

[User Feecback] Feedback sent with the feedback API do not appear under Issue Details feedbacks tab. #77374

Closed
rodolfoBee opened this issue Sep 12, 2024 · 10 comments

Comments

@rodolfoBee
Copy link
Member

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

  1. Send a feedback using this guide, for example:
Sentry.init({
    dsn:"..."
})

Sentry.captureException(new Error("Feedback test"))

Sentry.captureFeedback(
    {
        name: "User 1",
        message: "Feedback sent with feedback API",
        associatedEventId: Sentry.lastEventId(),
    },
);
  1. Go to the issue event in Sentry

Expected Result

The feedback is visible under the "User Feedbacks" tab on the issues details page.

Actual Result

The feedback is only visible on the event details itself. If you navigate to other events on the issue, the feedback is no longer visible. Having it listed under the feedback tab makes easier to see all feedbacks associated with an issue.
Image

Product Area

User Feedback

Link

https://dev-curumas.sentry.io/issues/5835660347/events/ca53e75e9a6549d0a514cab3a7692e26/?project=5242419&referrer=event-or-group-header&statsPeriod=14d

DSN

No response

Version

No response

@getsantry
Copy link
Contributor

getsantry bot commented Sep 12, 2024

Assigning to @getsentry/support for routing ⏲️

@getsantry
Copy link
Contributor

getsantry bot commented Sep 12, 2024

Routing to @getsentry/product-owners-user-feedback for triage ⏲️

@getsantry getsantry bot moved this from Waiting for: Support to Waiting for: Product Owner in GitHub Issues with 👀 3 Sep 12, 2024
@bruno-garcia
Copy link
Member

bruno-garcia commented Sep 12, 2024

We're investigating this but seems involved with some automated feedback getting into our system (such as Unreal Engine crash report) that led to limiting some type of feedback, which ends up on the new Feedback page. While the old original part tied to the error made it through.

My bad I mixed issues up

@aliu39
Copy link
Member

aliu39 commented Sep 12, 2024

This may be due to the fact that we link feedback with errors asynchronously. Can you check to see it eventually shows up in that tab?

@rodolfoBee
Copy link
Member Author

@aliu39 24h have passed and the feedback is not visible on the feedbacks tab.

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Sep 13, 2024
@aliu39
Copy link
Member

aliu39 commented Sep 17, 2024

@rodolfoBee ok got it. We're going to look into it!

@bruno-garcia
Copy link
Member

While we investigate, could the user try:

var errorId = Sentry.captureException(new Error("Feedback test"))

Sentry.captureFeedback(
    {
        name: "User 1",
        message: "Feedback sent with feedback API",
        associatedEventId: errorId,
    },
);

@rodolfoBee
Copy link
Member Author

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Sep 18, 2024
@bruno-garcia
Copy link
Member

@rodolfoBee I'm learning that with the new API we show the feedback in the User Feedback tab, and create an issue for it, but we don't show it in the issue detail at this time.

It seems to me as a gap, a side effect of how the new feature was added. We're still discussing this

@aliu39 aliu39 changed the title [User Feecback] Feedback sent with the feedback API do not appear under feedbacks tab. [User Feecback] Feedback sent with the feedback API do not appear under Issue Details feedbacks tab. Oct 18, 2024
@aliu39
Copy link
Member

aliu39 commented Dec 12, 2024

This is one instance of the issue being tracked in

So I'll close it. To summarize, widget feedbacks will not show up in the issue details tab until we migrate storages.

@aliu39 aliu39 closed this as completed Dec 12, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Dec 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

3 participants