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

upstream: Add config option to turn off all snapshotting and related observers #163

Merged
merged 3 commits into from
Apr 24, 2024

Merge branch 'sentry-v2' into sentry-v2-config-turn-off-snapshotting

880aca7
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

upstream: Add config option to turn off all snapshotting and related observers #163

Merge branch 'sentry-v2' into sentry-v2-config-turn-off-snapshotting
880aca7
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Apr 24, 2024 in 1s

ESLint Report Analysis

0 ESLint error(s) and 4 ESLint warning(s) found in pull request changed files.
2 ESLint error(s) and 47 ESLint warning(s) found in files outside of the pull request.

Details

Annotations

Check warning on line 605 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#L605

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

Check warning on line 623 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#L623

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

Check warning on line 161 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#L161

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

Check warning on line 1281 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#L1281

[@typescript-eslint/no-unused-vars] '_hooks' is assigned a value but never used.