Skip to content

Commit 557b3c8

Browse files
committed
CR fixes
1 parent c7aff17 commit 557b3c8

File tree

3 files changed

+2
-23
lines changed

3 files changed

+2
-23
lines changed

packages/replay-canvas/.eslintrc.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,5 @@ module.exports = {
2121
'no-console': 'off',
2222
},
2323
},
24-
{
25-
files: ['test/**/*.ts'],
26-
27-
rules: {
28-
// most of these errors come from `new Promise(process.nextTick)`
29-
'@typescript-eslint/unbound-method': 'off',
30-
// TODO: decide if we want to enable this again after the migration
31-
// We can take the freedom to be a bit more lenient with tests
32-
'@typescript-eslint/no-floating-promises': 'off',
33-
},
34-
},
35-
{
36-
files: ['src/types/deprecated.ts'],
37-
rules: {
38-
'@typescript-eslint/naming-convention': 'off',
39-
},
40-
},
4124
],
4225
};

packages/replay-canvas/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2022 Sentry (https://sentry.io) and individual contributors. All rights reserved.
1+
Copyright (c) 2024 Sentry (https://sentry.io) and individual contributors. All rights reserved.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
44
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

packages/replay-canvas/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@
66

77
# Sentry Session Replay with Canvas
88

9-
[![npm version](https://img.shields.io/npm/v/@sentry-internal/replay-canvas.svg)](https://www.npmjs.com/package/@sentry-internal/replay-canvas)
10-
[![npm dm](https://img.shields.io/npm/dm/@sentry-internal/replay-canvas.svg)](https://www.npmjs.com/package/@sentry-internal/replay-canvas)
11-
[![npm dt](https://img.shields.io/npm/dt/@sentry-internal/replay-canvas.svg)](https://www.npmjs.com/package/@sentry-internal/replay-canvas)
12-
139
## Pre-requisites
1410

15-
`@sentry-internal/replay-canvas` requires Node 12+, and browsers newer than IE11.
11+
Replay with canvas requires Node 12+, and browsers newer than IE11.
1612

1713
## Installation
1814

0 commit comments

Comments
 (0)