Company
Date Published
Author
Philipp Hofmann
Word count
427
Language
English
Hacker News points
None

Summary

The Sentry team has introduced a feature called User Feedback that allows developers to collect user feedback when an event occurs, providing additional insight into issues. The feature is now available in the Apple, Java, Android, and .NET SDKs and provides a simple API for customizing the feedback form. Developers can use this API to create a user feedback object, associate it with an event ID, and capture it using the Sentry SDK. The feature also includes a callback that gets called shortly after the initialization of the SDK when the last program execution terminated with a crash, allowing developers to pop up their UI and ask users for feedback. Users can view their feedback by navigating to the User Feedback section in the menu, where they can see all feedback for their current project or organization, as well as feedback related to individual issues.