diff --git a/src/platforms/common/enriching-events/user-feedback.mdx b/src/platforms/common/enriching-events/user-feedback.mdx index b249642183613c..0cf89a89695b46 100644 --- a/src/platforms/common/enriching-events/user-feedback.mdx +++ b/src/platforms/common/enriching-events/user-feedback.mdx @@ -109,7 +109,8 @@ An override for Sentry’s automatic language detection (e.g. `lang=de`) | `errorGeneric` | An unknown error occurred while submitting your report. Please try again. | | `errorFormEntry` | Some fields were invalid. Please correct the errors and try again. | | `successMessage` | Your feedback has been sent. Thank you! | -| `onLoad` | n/a | +| `onLoad` | n/a - **an optional callback that will be invoked when the widget opens** | +| `onClose` | n/a - **an optional callback that will be invoked when the widget closes** | ## User Feedback API @@ -160,7 +161,8 @@ An override for Sentry’s automatic language detection (e.g. `lang=de`) | `errorGeneric` | An unknown error occurred while submitting your report. Please try again. | | `errorFormEntry` | Some fields were invalid. Please correct the errors and try again. | | `successMessage` | Your feedback has been sent. Thank you! | -| `onLoad` | n/a | +| `onLoad` | n/a - **an optional callback that will be invoked when the widget opens** | +| `onClose` | n/a - **an optional callback that will be invoked when the widget closes** | ## User Feedback API