|
@@ -47,7 +47,7 @@ class ProjectUserReportsEndpoint(ProjectEndpoint, EnvironmentMixin):
|
|
|
|
|
|
Return a list of user feedback items within this project.
|
|
|
|
|
|
- *This list does not include submissions from the [User Feedback Widget](https://docs.sentry.io/product/user-feedback/#user-feedback-widget). This is because it is based on an older format called User Reports - read more [here](https://develop.sentry.dev/application/feedback-architecture/#user-reports).*
|
|
|
+ *This list does not include submissions from the [User Feedback Widget](https://docs.sentry.io/product/user-feedback/#user-feedback-widget). This is because it is based on an older format called User Reports - read more [here](https://develop.sentry.dev/application/feedback-architecture/#user-reports). To return a list of user feedback items from the widget, please use the [issue API](https://docs.sentry.io/api/events/list-a-projects-issues/) with the filter `issue.category:feedback`.*
|
|
|
|
|
|
:pparam string organization_id_or_slug: the id or slug of the organization.
|
|
|
:pparam string project_id_or_slug: the id or slug of the project.
|