|
@@ -45,6 +45,8 @@ 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).*
|
|
|
+
|
|
|
: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.
|
|
|
:auth: required
|
|
@@ -89,6 +91,8 @@ class ProjectUserReportsEndpoint(ProjectEndpoint, EnvironmentMixin):
|
|
|
Submit User Feedback
|
|
|
````````````````````
|
|
|
|
|
|
+ *This endpoint is DEPRECATED. We document it here for older SDKs and users who are still migrating to the [User Feedback Widget](https://docs.sentry.io/product/user-feedback/#user-feedback-widget) or [API](https://docs.sentry.io/platforms/javascript/user-feedback/#user-feedback-api)(multi-platform). If you are a new user, do not use this endpoint - unless you don't have a JS frontend, and your platform's SDK does not offer a feedback API.*
|
|
|
+
|
|
|
Submit and associate user feedback with an issue.
|
|
|
|
|
|
Feedback must be received by the server no more than 30 minutes after the event was saved.
|