Skip to content
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/platforms/android/user-feedback/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ If you're using a self-hosted Sentry instance, you'll need to be on version 24.4
Ensure you are using the Android SDK version 8.14.0 or above of the SDK to access the latest features.
</Alert>

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

## Widget

The widget is a custom button that opens the feedback form. You can use it directly in your layout XML or instantiate it programmatically:
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/platforms/dart/guides/flutter/user-feedback/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ Users can also take a screenshot of their app's UI. Additionally, you can provid

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

![SentryFeedbackWidget](./img/flutter_sentry_feedback_widget.png)
|User Feedback iOS |User Feedback Android |
|:-----------------------------:|:---------------------------------------: |
|![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) |

### Integration

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/platforms/react-native/user-feedback/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ The User Feedback feature allows you to collect user feedback from anywhere insi

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.

|User Feedback iOS |User Feedback Android |
|:-----------------------------:|:---------------------------------------: |
|![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) |

## User Feedback Widget

The user feedback widget allows users to submit feedback from anywhere inside your application.
Expand Down
1 change: 1 addition & 0 deletions src/components/imageLightbox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ interface ImageLightboxProps
src: string;
hasDimensionOverrides?: boolean;
height?: number;
isManualDimensions?: boolean;
width?: number;
}

Expand Down
Loading