Minor Changes
- b67d001: Surveys can now display an optional intro screen before the first question, configured via the new
displayIntroScreen,introScreenHeader,introScreenDescription,introScreenDescriptionContentType, andintroScreenButtonTextappearance fields (mirroring the existing thank-you message fields, including translations). Advancing past the intro records no response and sends no survey event; dismissing the survey from the intro still sends the normalsurvey dismissedevent. The new fields are also exposed onPostHogDisplaySurveyAppearancefor custom survey delegates. Additionally fixes the thank-you message description never rendering in the built-in survey UI.