There are a few code quality & linting issues in the new replay codebase that we want to fix/align: - [x] https://github.com/getsentry/sentry-javascript/pull/6347 - [x] `no-restricted-globals` - https://github.com/getsentry/sentry-javascript/pull/6316 - [x] https://github.com/getsentry/sentry-javascript/pull/6344 - [x] https://github.com/getsentry/sentry-javascript/pull/6419 - [x] `@typescript-eslint/explicit-member-accessibility` - https://github.com/getsentry/sentry-javascript/pull/6734 - [x] `jsdoc/require-jsdoc` - https://github.com/getsentry/sentry-javascript/pull/6654
There are a few code quality & linting issues in the new replay codebase that we want to fix/align:
no-consolerule #6347no-restricted-globals- ref(replay): UseWINDOWinstead ofwindow#6316@typescript-eslint/no-floating-promisesrule #6344naming-conventionEsLint rule #6419@typescript-eslint/explicit-member-accessibility- ref(replay): Mark all methods & properties as public/private #6734jsdoc/require-jsdoc- ref(replay): Add jsdoc to all replay modules #6654