Skip to content

Commit 10a9639

Browse files
Update docs/platforms/react-native/user-feedback/configuration/index.mdx
Co-authored-by: LucasZF <[email protected]>
1 parent b1be9ab commit 10a9639

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/react-native/user-feedback/configuration

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Learn about the User Feedback Widget configuration options."
77
The User Feedback Widget offers many customization options, and if the available options are insufficient, you can [use your own UI](/platforms/react-native/user-feedback/#user-feedback-api).
88

99
![An image showing the main customization options for the User Feedback Widget](./img/mobile-user-feedback-widget-customization.png)
10-
To collect user feedback from inside your application use the `showFeedbackButton`/`hideFeedbackButton` to show/hide a button that triggers the Feedback Widget or the `showFeedbackWidget` method to present the widget directly.
10+
To collect user feedback from inside your application, use the `showFeedbackButton`/`hideFeedbackButton` to show/hide a button that triggers the Feedback Widget or the `showFeedbackWidget` method to present the widget directly.
1111

1212
```javascript
1313
import * as Sentry from "@sentry/react-native";

0 commit comments

Comments
 (0)