Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"rrdom-nodejs",
"rrweb-player",
"@rrweb/types",
"@rrweb/web-extension",
"rrvideo"
"@rrweb/web-extension"
]
],
"linked": [],
Expand Down
5 changes: 0 additions & 5 deletions .changeset/lazy-toes-confess.md

This file was deleted.

5 changes: 1 addition & 4 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"rrweb-player": "1.0.0-alpha.4",
"rrweb-snapshot": "2.0.0-alpha.4",
"@rrweb/types": "2.0.0-alpha.4",
"@rrweb/web-extension": "2.0.0-alpha.4",
"rrvideo": "2.0.0-alpha.6"
"@rrweb/web-extension": "2.0.0-alpha.4"
},
"changesets": [
"attribute-text-reductions",
Expand Down Expand Up @@ -56,7 +55,6 @@
"khaki-dots-bathe",
"large-ants-prove",
"lazy-squids-draw",
"lazy-toes-confess",
"lemon-lamps-switch",
"light-fireants-exercise",
"little-radios-thank",
Expand Down Expand Up @@ -110,7 +108,6 @@
"tiny-buckets-love",
"tiny-candles-whisper",
"tiny-chairs-build",
"tricky-panthers-guess",
"twenty-goats-kneel",
"twenty-lies-switch",
"twenty-planets-repeat",
Expand Down
5 changes: 0 additions & 5 deletions .changeset/tricky-panthers-guess.md

This file was deleted.

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ body:
- rrdom
- rrweb-player
- web-extension
- rrvideo
- Other (specify below)
validations:
required: true
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ body:
- rrdom
- rrweb-player
- web-extension
- rrvideo
- Other (specify below)
validations:
required: true
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install Dependencies
run: yarn install --frozen-lockfile --network-timeout 300000
timeout-minutes: 10
timeout-minutes: 15

- name: Build Project
run: NODE_OPTIONS='--max-old-space-size=4096' yarn build:all
Expand All @@ -38,7 +38,6 @@ jobs:
run: yarn check-types

- name: Run tests
# run: PUPPETEER_EXECUTABLE_PATH=${{ steps.setup-chrome.outputs.chrome-path }} PUPPETEER_HEADLESS=true xvfb-run --server-args="-screen 0 1920x1080x24" yarn test
run: PUPPETEER_HEADLESS=true xvfb-run --server-args="-screen 0 1920x1080x24" yarn test

- name: Upload diff images to GitHub
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:

- name: Install Dependencies
run: yarn install --frozen-lockfile --network-timeout 300000
timeout-minutes: 10
timeout-minutes: 15

- name: Build Project
run: NODE_OPTIONS='--max-old-space-size=4096' yarn build:all
Expand Down
7 changes: 0 additions & 7 deletions docs/recipes/export-to-video.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/recipes/export-to-video.zh_CN.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/recipes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ When rrweb's Replayer and the rrweb-player UI do not fit your need, you can cust

[link](./customize-replayer.md)

### Convert To Video

The event data recorded by rrweb is a performant, easy to compress, text-based format. And the replay is also pixel perfect.

But if you really need to convert it into a video format, there are some tools that can do this work.

[link](./export-to-video.md)

### Optimize The Storage Size

In some Apps, rrweb may record an unexpected amount of data. This part will help to find a suitable way to optimize the storage.
Expand Down
6 changes: 0 additions & 6 deletions docs/recipes/index.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@

[链接](./customize-replayer.zh_CN.md)

### 转换为视频

rrweb 录制的数据是一种高效、易于压缩的文本格式,可以用于像素级的回放。但如果有进一步将录制数据转换为视频的需求,同样可以通过一些工具实现。

[链接](./export-to-video.zh_CN.md)

### 优化存储容量

在一些场景下 rrweb 的录制数据量可能高于你的预期,这部分文档可以帮助你选择适用于你的存储优化策略。
Expand Down
1 change: 0 additions & 1 deletion guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Besides the `rrweb` and `@rrweb/record` packages, rrweb also provides other pack
- [@rrweb/packer](packages/packer): A package for packing and unpacking rrweb data.
- [@rrweb/types](packages/types): Contains types shared across rrweb packages.
- [web-extension](packages/web-extension): A web extension for rrweb.
- [rrvideo](packages/rrvideo): A package for handling video operations in rrweb.
- [@rrweb/rrweb-plugin-console-record](packages/plugins/rrweb-plugin-console-record): A plugin for recording console logs.
- [@rrweb/rrweb-plugin-console-replay](packages/plugins/rrweb-plugin-console-replay): A plugin for replaying console logs.
- [@rrweb/rrweb-plugin-sequential-id-record](packages/plugins/rrweb-plugin-sequential-id-record): A plugin for recording sequential IDs.
Expand Down
1 change: 0 additions & 1 deletion guide.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ rrweb 代码分为录制和回放两部分,大多数时候用户在被录制
- [@rrweb/packer](packages/packer):一个用于打包和解包 rrweb 数据的包。
- [@rrweb/types](packages/types):包含 rrweb 中使用的类型定义。
- [web-extension](packages/web-extension):rrweb 的网页扩展。
- [rrvideo](packages/rrvideo):一个用于处理 rrweb 中视频操作的包。
- [@rrweb/rrweb-plugin-console-record](packages/plugins/rrweb-plugin-console-record):一个用于记录控制台日志的插件。
- [@rrweb/rrweb-plugin-console-replay](packages/plugins/rrweb-plugin-console-replay):一个用于回放控制台日志的插件。
- [@rrweb/rrweb-plugin-sequential-id-record](packages/plugins/rrweb-plugin-sequential-id-record):一个用于记录顺序 ID 的插件。
Expand Down
61 changes: 0 additions & 61 deletions packages/rrvideo/CHANGELOG.md

This file was deleted.

Loading
Loading