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): Promote mutationBreadcrumbLimit and mutationLimit to regular feature #8228

Merged
merged 11 commits into from May 31, 2023

Commits on May 26, 2023

  1. feat(replay): Promote mutatationBreadcrumbLimit and mutationLimit

    … to regular feature
    
    Instead of taking a fullsnapshot when `mutationLimit` is reached, lets be aggressive and stop the replay to ensure end-users are not negatively affected performance wise.
    
    The default for showing a breadcrumb is at 750 mutations, and the default limit to stop recording is 1500 mutations.
    billyvg committed May 26, 2023
    Copy the full SHA
    ad36f86 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. update test

    billyvg committed May 29, 2023
    Copy the full SHA
    7321508 View commit details
    Browse the repository at this point in the history
  2. update test

    billyvg committed May 29, 2023
    Copy the full SHA
    0db9fca View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    53973e5 View commit details
    Browse the repository at this point in the history
  4. lint

    billyvg committed May 29, 2023
    Copy the full SHA
    559f7d6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. remove backwards compat

    billyvg committed May 30, 2023
    Copy the full SHA
    640ce44 View commit details
    Browse the repository at this point in the history
  2. remove old comment

    billyvg committed May 30, 2023
    Copy the full SHA
    e14ca09 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. lint

    billyvg committed May 31, 2023
    Copy the full SHA
    ce857d4 View commit details
    Browse the repository at this point in the history
  2. remove redundant defaults

    billyvg committed May 31, 2023
    Copy the full SHA
    e58f780 View commit details
    Browse the repository at this point in the history
  3. fix types

    billyvg committed May 31, 2023
    Copy the full SHA
    2396b13 View commit details
    Browse the repository at this point in the history
  4. lint + fix defaults in test

    billyvg committed May 31, 2023
    Copy the full SHA
    bbd64ad View commit details
    Browse the repository at this point in the history