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): Re-sample sessions after they expire #8407

Closed
wants to merge 2 commits into from

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    c59d333 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. fix(replay): Handle edge cases & more logging (#8558)

    This is a PR to this feature branch:
    #8407
    
    * Handle edge case where we stop multiple times (honestly no idea how
    this should happen, but apparently it can 😬 )
    * Add some more logging for state changes
    
    We can hopefully eventually remove the `traceInternals` checks, but for
    now this is an easy solution for debugging in the beta....
    mydea committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9c29c8a View commit details
    Browse the repository at this point in the history