sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

sendFeedback returns eventId and issueId

Open pavel-lb1 opened this issue 1 year ago • 2 comments

Problem Statement

We need to have links in our admin application to user feedback together with private user data which we can't pass to Sentry. Please change sendFeedback method to return Promise<{issueId: string, eventId: string}>

Solution Brainstorm

Please change sendFeedback method to return Promise<{issueId: string, eventId: string}>

pavel-lb1 avatar Apr 04 '24 10:04 pavel-lb1

Hello, we will look into this in the process of https://github.com/getsentry/sentry-javascript/issues/10953!

mydea avatar Apr 04 '24 11:04 mydea

In v8, you can use Sentry.captureFeedback() which returns an eventId that you may use - give it a try!

mydea avatar May 15 '24 14:05 mydea

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you remove the label Waiting for: Community, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

getsantry[bot] avatar Jun 06 '24 07:06 getsantry[bot]