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 = {
6464 quality : 0.25 ,
6565 } ,
6666 } ,
67- normal : {
67+ medium : {
6868 sampling : {
6969 canvas : 2 ,
7070 } ,
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ export class ReplayContainer implements ReplayContainerInterface {
344344 ...( canvas && canvas . manager && {
345345 recordCanvas : true ,
346346 getCanvasManager : canvas . manager ,
347- ...( CANVAS_QUALITY [ canvas . quality || 'normal ' ] || CANVAS_QUALITY . normal )
347+ ...( CANVAS_QUALITY [ canvas . quality || 'medium ' ] || CANVAS_QUALITY . medium )
348348 } ) ,
349349 } ) ;
350350 } catch ( err ) {
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ export interface ReplayPluginOptions extends ReplayNetworkOptions {
233233 captureExceptions : boolean ;
234234 traceInternals : boolean ;
235235 canvas : {
236- quality ?: 'low' | 'normal ' | 'high' ;
236+ quality ?: 'low' | 'medium ' | 'high' ;
237237 manager : ( options : GetCanvasManagerOptions ) => CanvasManagerInterface ;
238238 } ;
239239 } > ;
You can’t perform that action at this time.
0 commit comments