You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(feedback): allow error messages to be customized
Adds five new text options (errorEmptyMessageText, errorNoClientText,
errorTimeoutText, errorForbiddenText, errorGenericText) to
FeedbackTextConfiguration so consumers can translate or reword the
widget's error messages. sendFeedback now throws/rejects with stable
codes (typed via FeedbackErrorCode) and the widget maps those codes
to the configured text.
Closes#14687
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments