We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc33b4d commit f48c584Copy full SHA for f48c584
develop-docs/application-architecture/feedback-architecture.mdx
@@ -231,10 +231,9 @@ graph TD
231
232
subgraph Sentry
233
issues_endpoint["/issues"]
234
- issues_endpoint --> |"GET"| ui["Feedback UI (/feedback)"]
+ issues_endpoint --> |"GET"| feedback_ui["Feedback UI (/feedback)"]
235
report_endpoint["/user-feedback"]
236
- report_endpoint --> |"GET"| report_ui["Issue Details UI > User Feedback"]
237
- issues_endpoint --> |"GET"| report_ui
+ report_endpoint --> |"GET"| issues_ui["Issue Details UI > User Feedback"]
238
end
239
240
postgres --> |"queries"| report_endpoint
0 commit comments