File tree Expand file tree Collapse file tree 3 files changed +2
-23
lines changed Expand file tree Collapse file tree 3 files changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -21,22 +21,5 @@ module.exports = {
21
21
'no-console' : 'off' ,
22
22
} ,
23
23
} ,
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
- } ,
41
24
] ,
42
25
} ;
Original file line number Diff line number Diff line change 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.
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
4
4
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
Original file line number Diff line number Diff line change 6
6
7
7
# Sentry Session Replay with Canvas
8
8
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
-
13
9
## Pre-requisites
14
10
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.
16
12
17
13
## Installation
18
14
You can’t perform that action at this time.
0 commit comments