File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -824,7 +824,6 @@ describe('SentryEventWorker', () => {
824824 JSON . stringify ( {
825825 /* eslint-disable @typescript-eslint/naming-convention */
826826 replay_id : 'test-replay' ,
827- /* eslint-disable @typescript-eslint/naming-convention */
828827 segment_id : 1 ,
829828 /* eslint-enable @typescript-eslint/naming-convention */
830829 } ) ,
@@ -925,8 +924,10 @@ describe('SentryEventWorker', () => {
925924 type : 'replay_recording' ,
926925 length : 16385 ,
927926 } ) ,
927+ /* eslint-disable @typescript-eslint/naming-convention */
928928 // Segment ID - should be filtered out
929929 JSON . stringify ( { segment_id : 1 } ) ,
930+ /* eslint-enable @typescript-eslint/naming-convention */
930931 // Binary data (simulated) - should be filtered out
931932 'xnFWy@v$xAlJ=&fS~¾˶IJ<Dڒ%8yX]]ˣ·9V|JGd!+%fF' ,
932933 ] ;
You can’t perform that action at this time.
0 commit comments