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): Do not capture replays < 5 seconds (GA) #8277

Merged
merged 18 commits into from
Jun 19, 2023

Commits on Jun 8, 2023

  1. feat(replay): Do not capture replays < 5 seconds

    Promotes the feature from #7949 to GA.
    
    Do not immediately flush on snapshot checkouts, instead delay by minimum flush delay (5 seconds). This means that we will not collect replays < 5 seconds. e.g. User opens site and immediately closes the tab.
    
    Closes getsentry/team-replay#65
    billyvg committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    959bffd View commit details
    Browse the repository at this point in the history
  2. fix tests

    billyvg committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    fb85134 View commit details
    Browse the repository at this point in the history
  3. fix test

    billyvg committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    9b907b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96e8831 View commit details
    Browse the repository at this point in the history
  5. more test fixes

    billyvg committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    298eed9 View commit details
    Browse the repository at this point in the history
  6. lint

    billyvg committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    b1c3dc8 View commit details
    Browse the repository at this point in the history
  7. flakey test?

    billyvg committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    2635b58 View commit details
    Browse the repository at this point in the history
  8. update import of EventType

    billyvg committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    be16d79 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    dc0204a View commit details
    Browse the repository at this point in the history
  2. fix imports

    billyvg committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    f700197 View commit details
    Browse the repository at this point in the history
  3. fix flakey

    billyvg committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    4096ca3 View commit details
    Browse the repository at this point in the history
  4. lint

    billyvg committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    3d3e21f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25d8bb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. e2e test data adjustment

    billyvg committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9277b1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac7ad06 View commit details
    Browse the repository at this point in the history
  3. fix types

    billyvg committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    d5f3e29 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    9f66dc4 View commit details
    Browse the repository at this point in the history
  2. lint ofc

    billyvg committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    cf9c63a View commit details
    Browse the repository at this point in the history