Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(feedback): Flush replays when feedback form opens #10567

Merged
merged 7 commits into from
Feb 29, 2024

Commits on Feb 21, 2024

  1. feat(feedback): Auto start buffering replays if enabled and flush on …

    …form open
    
    * By default (can be disabled), if replay integration exists, start buffering
    * Flush replay when the feedback form is first opened instead of at submit time
    
    We are making this change because we have noticed a lot of feedback replays only consist of the user submitting the feedback and not what they did prior to submitting feedback. This may result in false positives if users open but do not submit feedback, but this should make replays from feedback more useful.
    billyvg committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c45d03f View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. remove auto-start buffering

    billyvg committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    13f8a47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04fe1fd View commit details
    Browse the repository at this point in the history
  3. remove dev deps

    billyvg committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5420b93 View commit details
    Browse the repository at this point in the history
  4. remove noSampling tests

    billyvg committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    df47d95 View commit details
    Browse the repository at this point in the history
  5. lint

    billyvg committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9053bcf View commit details
    Browse the repository at this point in the history
  6. fix types

    billyvg committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    fd6cbd6 View commit details
    Browse the repository at this point in the history