Skip to content

Commit

Permalink
early pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Sep 3, 2024
1 parent 2404c45 commit ba6ee47
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/platforms/apple/common/user-feedback/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ sidebar_order: 6000

The User Feedback feature allows you to collect user feedback from anywhere inside your application at any time, without needing an error event to occur first.

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.
<Note>
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.
</Note>

## User Feedback Widget

Expand Down Expand Up @@ -107,7 +109,3 @@ SentrySDK.showReportDialog(eventId: eventId) {
```

This will display a modal dialog where users can provide feedback related to a specific error event.

---

This adapted documentation aligns with the changes and functionality we implemented in the Cocoa platform, providing clear instructions for setting up and customizing the User Feedback widget in a Cocoa application.

0 comments on commit ba6ee47

Please sign in to comment.