Answering a survey follow-up drops you straight into a pre-tagged feedback form.
What's wrong with this entry?
Accepting a survey follow-up that routes to /feedback now stashes the survey's id, your response and its type in session state, so the feedback form skips the "what kind of feedback" chooser and files the report already tagged. The stash is consumed once and expires 30 seconds after it is set.
- The stash is a session field that starts empty and records the time it was written; past 30000 ms the feedback entry point treats it as expired and shows the normal chooser.
- The value is passed to the feedback UI through the same survey-source input that already existed in the previous build; only the hand-off through session state is new.
pendingSurveyFeedbackSource
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.235
Bug reports are trimmed to fit an 8 MiB upload limit
Both mention feedback
-
v2.1.235
Bug reports that are too large drop the transcript automatically
Both mention feedback
-
v2.1.238
Oversized feedback submissions get a real error message
Both mention feedback