You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/product/user-feedback/setup.mdx
+21-18Lines changed: 21 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ sidebar_order: 12
4
4
description: "Get started with Sentry's User Feedback, which allows you to collect feedback from your users."
5
5
---
6
6
7
-
With User Feedback, you can collect feedback from your users via two methods: a Feedback Widget that can be displayed anywhere in your web application and/or a Crash-Report Modal that appears when your users are experiencing crashes.
7
+
With User Feedback, you can collect feedback from your users via three methods: a Feedback Widget that can be displayed anywhere in your web application, an API that can attach to your own interface, or a Crash-Report Modal that appears when your users are experiencing crashes.
8
8
9
9
To get instructions for how to set it up and start collecting feedback, click a link for one of the supported SDKs below.
10
10
@@ -35,20 +35,23 @@ The Sentry SDK that injects the Feedback widget runs on the client's browser, an
We also provide an API to send user feedback programmatically. This allows you to connect your own user interface with Sentry User Feedback. The following SDKs are supported:
0 commit comments