From 79dcd05f14719da06991e7f5c283f7585c124915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Wegener?= Date: Thu, 21 Mar 2024 00:16:25 +0100 Subject: [PATCH] Document new configuration option The configuration option was added in getsentry/sentry-javascript#11153. Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- .../javascript/common/user-feedback/configuration/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/platforms/javascript/common/user-feedback/configuration/index.mdx b/docs/platforms/javascript/common/user-feedback/configuration/index.mdx index 978fe98222fe92..485b13954a1790 100644 --- a/docs/platforms/javascript/common/user-feedback/configuration/index.mdx +++ b/docs/platforms/javascript/common/user-feedback/configuration/index.mdx @@ -63,6 +63,7 @@ Most text that you see in the default Feedback widget can be customized. | `messageLabel` | `Description` | The label for the feedback description input field. | | `messagePlaceholder` | `What's the bug? What did you expect?` | The placeholder for the feedback description input field. | | `successMessageText` | `Thank you for your report!` | The message to be displayed after a succesful feedback submission. | +| `isRequiredText` | `(required)` | The text displayed next to a required field. | Example of customization: