Feedback survey follow-up submission drops some pre-checks and now caps and can cancel description text
The function that submits a feedback survey follow-up no longer independently checks the allow_product_feedback policy or logs telemetry for the not-first-party or policy-blocked cases before submitting. Instead, it now accepts a maximum character count and truncates the description to fit, and it can be cancelled via a cancellation signal. Several old parameters (appearanceId, surveyResponse, surveyType) were removed from it.
This reworks how feedback follow-ups are validated and sent; descriptions that run long are now trimmed automatically rather than rejected, and the submission can be cancelled mid-flight.
Whether the dropped policy and telemetry checks were moved elsewhere or simply removed is not stated.