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 = {
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} ;
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.
22
33Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
44documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments