Uh oh!
There was an error while loading. Please reload this page.
feat(api): Support capturing user feedback - #2442
Conversation
This adds an API to the Sentry Python SDK that captures user feedback via envelope. This is implemented very similiarly to how it is done for the JavaScript SDK, see getsentry/sentry-javascript#7729. FixesgetsentryGH-1064
88cc982 to
7b52cc1Comparecleptric
commented
Nov 8, 2023
We are currently working on an entirely new User Feedback product, which is tied together with Session Replays. The feature is currently in a closed Alpha. There is a bit more info about it in this discussion getsentry/sentry#54956. I would hold off on supporting the old version, as it will be obsolete soon. |
theCapypara
commented
Nov 8, 2023
Doesn't session replay only work in a browser, or do I misunderstand this feature? What about user feedback from desktop apps? |
The new user feedback only supports browser based apps and the "old" way is still recommended for non-browser based apps: https://docs.sentry.io/product/user-feedback/setup/#supported-sdks-for-crash-report-api Does this mean this could move forward? |
theCapypara
commented
Jan 15, 2024
Hi! I'm using this in an app I'm developing and would really like to get rid of it there to not have to maintain it as part of the app itself. Can this move forward or is there something else I need to do to submit user feedback from Python desktop apps? |
theCapypara
commented
Mar 21, 2024
I withdraw this contribution, since there doesn't seem to be any interest. |
This adds an API to the Sentry Python SDK that captures user feedback via envelope.
This is implemented very similiarly to how it is done for the JavaScript SDK, see getsentry/sentry-javascript#7729.
FixesGH-1064
Also see my comments at #1064 (comment)
The usage is pretty much like it's explained for the JavaScript SDK.
Example usage: