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

add @rrweb/cutter and a Sync Replayer #1149

Draft
wants to merge 56 commits into
base: master
Choose a base branch
from
Draft

add @rrweb/cutter and a Sync Replayer #1149

wants to merge 56 commits into from

Conversation

YunFeng0817
Copy link
Member

Feat: Add tree tools to process the recording data

  1. session cutter is a tool to cut the recording data into smaller pieces.
  2. pruneBranch is a tool to prune branches from the Dom tree, keeping only the nodes of interest.
  3. Add a Sync Replayer which can be executed in an RRDom environment.

TODO:

  • Add more tests for the session cutter.
  • Add documents for tools
  • Tweak the interfaces of the tools.

YunFeng0817 and others added 30 commits July 4, 2022 01:53
Works as follows, if you'd like to prune all nodes in input.json apart from those related to id 100, run the following command:
`yarn prune-events input.json output.json 100`
@changeset-bot
Copy link

changeset-bot bot commented Feb 21, 2023

🦋 Changeset detected

Latest commit: 73af8d6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 9 packages
Name Type
@rrweb/cutter Patch
rrweb Patch
rrweb-snapshot Patch
rrdom Patch
rrdom-nodejs Patch
rrweb-player Patch
@rrweb/types Patch
@rrweb/web-extension Patch
rrvideo Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants