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): Add option to pass in custom record fn #12486

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from

Commits on Jun 12, 2024

  1. feat(replay): Bump rrweb to 2.19.0

    * Uses clean `Array.from` implementation
    * Revert css parsing (player)
    * Implements multitouch gestures (player)
    * Many upstream fixes
    billyvg committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    722754a View commit details
    Browse the repository at this point in the history
  2. update canvasmanagerinterface

    billyvg committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6b2ed62 View commit details
    Browse the repository at this point in the history
  3. fix addShadowRoot

    billyvg committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6aa6645 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. rrweb 2.20.0

    billyvg committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9fc39a9 View commit details
    Browse the repository at this point in the history
  2. remove console.log?

    billyvg committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b2b2ee5 View commit details
    Browse the repository at this point in the history
  3. feat(replay): Add option to pass in custom record fn

    Bringing back #8647 but it would be nice to test new versions of rrweb without having to bundle it with our replay SDK.
    billyvg committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e7b0fad View commit details
    Browse the repository at this point in the history
  4. update tests

    billyvg committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    806caa2 View commit details
    Browse the repository at this point in the history
  5. rrweb 2.20 w/ ts3.8 downlevel

    billyvg committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ed7be20 View commit details
    Browse the repository at this point in the history