Skip to content

fix: memory leaks fix #1707 #1708

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

fix: memory leak mutation buffer on stop/start record (#1707)

d1386ac
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

fix: memory leaks fix #1707 #1708

fix: memory leak mutation buffer on stop/start record (#1707)
d1386ac
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Jun 23, 2025 in 1s

ESLint Report Analysis

0 ESLint error(s) and 11 ESLint warning(s) found in pull request changed files.
13 ESLint error(s) and 28 ESLint warning(s) found in files outside of the pull request.

Details

Annotations

Check warning on line 286 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L286

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 741 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L741

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 742 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L742

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 743 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L743

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 744 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L744

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 565 in packages/rrweb/src/record/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/index.ts#L565

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 583 in packages/rrweb/src/record/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/index.ts#L583

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 371 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L371

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 377 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L377

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 848 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L848

[@typescript-eslint/no-unused-vars] '_mirror' is defined but never used.

Check warning on line 142 in packages/rrweb/src/record/observer.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/observer.ts#L142

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.