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(replay): Consider user input in form field as "user activity" #7355

Merged
merged 4 commits into from
Mar 7, 2023

Commits on Mar 7, 2023

  1. feat(replay): Consider user input in form field as "user activity"

    This adds user input (event from core SDK) as a trigger for user activity (to reset idle timeout). Note that this is only from input changes in a form field, it will not consider using tab key to move focus.
    billyvg committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    4067668 View commit details
    Browse the repository at this point in the history
  2. CR + add unit test

    billyvg committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    9539765 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    416670c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a56d7a View commit details
    Browse the repository at this point in the history