diff --git a/docs/platforms/apple/common/user-feedback/index.mdx b/docs/platforms/apple/common/user-feedback/index.mdx index a2f591b4e086c..2e5a2564b6b66 100644 --- a/docs/platforms/apple/common/user-feedback/index.mdx +++ b/docs/platforms/apple/common/user-feedback/index.mdx @@ -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. + +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 Widget @@ -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. \ No newline at end of file