Skip to content

Commit 12770d5

Browse files
romtsncursoragentbruno-garciagetsantry[bot]
authored
feat(user-feedback): Add screenshots for Mobile platforms (#15083)
## DESCRIBE YOUR PR Add missing screenshots for mobile platforms Closes MOBILE-1044 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Add platform-specific User Feedback widget screenshots to Android, Flutter, and React Native docs. > > - **Docs: Mobile User Feedback** > - **Android**: Add `./img/user-feedback-android-widget.png` screenshot to `docs/platforms/android/user-feedback/index.mdx`. > - **Flutter**: Add side-by-side iOS/Android screenshots in `docs/platforms/dart/guides/flutter/user-feedback/index.mdx`. > - **React Native**: Add side-by-side iOS/Android screenshots in `docs/platforms/react-native/user-feedback/index.mdx`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 4b228a7. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: Cursor Agent <[email protected]> Co-authored-by: bruno <[email protected]> Co-authored-by: Bruno Garcia <[email protected]> Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
1 parent 38382a6 commit 12770d5

File tree

9 files changed

+9
-1
lines changed

9 files changed

+9
-1
lines changed
109 KB
Loading

docs/platforms/android/user-feedback/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ If you're using a self-hosted Sentry instance, you'll need to be on version 24.4
1212
Ensure you are using the Android SDK version 8.14.0 or above of the SDK to access the latest features.
1313
</Alert>
1414

15+
![An example of the User Feedback Widget on Android =350x](./img/user-feedback-android-widget.png)
16+
1517
## Widget
1618

1719
The widget is a custom button that opens the feedback form. You can use it directly in your layout XML or instantiate it programmatically:
Binary file not shown.
71.3 KB
Loading
77.2 KB
Loading

docs/platforms/dart/guides/flutter/user-feedback/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ Users can also take a screenshot of their app's UI. Additionally, you can provid
2727

2828
The image below provides an example of the widget, though yours may differ depending on your customization:
2929

30-
![SentryFeedbackWidget](./img/flutter_sentry_feedback_widget.png)
30+
|User Feedback iOS |User Feedback Android |
31+
|:-----------------------------:|:---------------------------------------: |
32+
|![User Feedback Widget on Flutter iOS =500x](./img/user-feedback-flutter-ios-widget.png) |![User Feedback Widget on Flutter Android =500x](./img/user-feedback-flutter-android-widget.png) |
3133

3234
### Integration
3335

70.6 KB
Loading
65 KB
Loading

docs/platforms/react-native/user-feedback/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ The User Feedback feature allows you to collect user feedback from anywhere insi
99

1010
Note that 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.
1111

12+
|User Feedback iOS |User Feedback Android |
13+
|:-----------------------------:|:---------------------------------------: |
14+
|![User Feedback Widget on React Native iOS =500x](./img/user-feedback-rn-ios-widget.png) |![User Feedback Widget on React Native Android =500x](./img/user-feedback-rn-android-widget.png) |
15+
1216
## User Feedback Widget
1317

1418
The user feedback widget allows users to submit feedback from anywhere inside your application.

0 commit comments

Comments
 (0)