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/platforms/android/user-feedback/configuration/index.mdx
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ description: "Learn about general User Feedback configuration fields."
7
7
## User Feedback Widget
8
8
9
9
The User Feedback Widget offers many customization options, and if the available options are insufficient, you can [use your own UI](#bring-your-own-widget).
10
+
The widget is a custom button that opens the form, a custom AlertDialog that allows users to submit feedback.
The widget is a custom button that opens the feedback form. As such, you can treat it like any View, customizing it through its XML attributes or programmatically.
Copy file name to clipboardExpand all lines: docs/platforms/android/user-feedback/index.mdx
+29-6Lines changed: 29 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,40 @@ The User Feedback feature allows you to collect user feedback from anywhere insi
9
9
10
10
<Alert>
11
11
If you're using a self-hosted Sentry instance, you'll need to be on version 24.4.2 or higher in order to use the full functionality of the User Feedback feature. Lower versions may have limited functionality.
12
-
Ensure you are using the Android SDK version 8.13.0 or above of the SDK to access the latest features.
12
+
Ensure you are using the Android SDK version 8.14.0 or above of the SDK to access the latest features.
13
13
</Alert>
14
14
15
-
## User Feedback Widget
15
+
## Widget
16
16
17
-
The User Feedback widget allows users to submit feedback from anywhere inside your application.
17
+
The widget is a custom button that opens the feedback form. You can use it directly in your layout XML or instantiate it programmatically.
0 commit comments