File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/core/test/lib/metrics Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -450,8 +450,8 @@ describe('_INTERNAL_captureMetric', () => {
450450 type : 'string' ,
451451 } ,
452452 'sentry._internal.replay_is_buffering' : {
453- value : 'buffer-replay-id' ,
454- type : 'string ' ,
453+ value : true ,
454+ type : 'boolean ' ,
455455 } ,
456456 } ) ;
457457 } ) ;
@@ -577,8 +577,8 @@ describe('_INTERNAL_captureMetric', () => {
577577 type : 'string' ,
578578 } ,
579579 'sentry._internal.replay_is_buffering' : {
580- value : 'buffer-replay-id' ,
581- type : 'string ' ,
580+ value : true ,
581+ type : 'boolean ' ,
582582 } ,
583583 } ) ;
584584 } ) ;
@@ -736,8 +736,8 @@ describe('_INTERNAL_captureMetric', () => {
736736 type : 'string' ,
737737 } ,
738738 'sentry._internal.replay_is_buffering' : {
739- value : 'buffer-replay-id' ,
740- type : 'string ' ,
739+ value : true ,
740+ type : 'boolean ' ,
741741 } ,
742742 } ) ;
743743 } ) ;
You can’t perform that action at this time.
0 commit comments