File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export const CANVAS_QUALITY = {
64
64
quality : 0.25 ,
65
65
} ,
66
66
} ,
67
- normal : {
67
+ medium : {
68
68
sampling : {
69
69
canvas : 2 ,
70
70
} ,
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ export class ReplayContainer implements ReplayContainerInterface {
344
344
...( canvas && canvas . manager && {
345
345
recordCanvas : true ,
346
346
getCanvasManager : canvas . manager ,
347
- ...( CANVAS_QUALITY [ canvas . quality || 'normal ' ] || CANVAS_QUALITY . normal )
347
+ ...( CANVAS_QUALITY [ canvas . quality || 'medium ' ] || CANVAS_QUALITY . medium )
348
348
} ) ,
349
349
} ) ;
350
350
} catch ( err ) {
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ export interface ReplayPluginOptions extends ReplayNetworkOptions {
233
233
captureExceptions : boolean ;
234
234
traceInternals : boolean ;
235
235
canvas : {
236
- quality ?: 'low' | 'normal ' | 'high' ;
236
+ quality ?: 'low' | 'medium ' | 'high' ;
237
237
manager : ( options : GetCanvasManagerOptions ) => CanvasManagerInterface ;
238
238
} ;
239
239
} > ;
You can’t perform that action at this time.
0 commit comments