Skip to content

Commit e2b692c

Browse files
committed
default -> sync
1 parent bedb0fe commit e2b692c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/replay/src/eventBuffer/EventBufferArray.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class EventBufferArray implements EventBuffer {
2020

2121
/** @inheritdoc */
2222
public get type(): EventBufferType {
23-
return 'default';
23+
return 'sync';
2424
}
2525

2626
/** @inheritdoc */

packages/replay/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ export interface Session {
445445
shouldRefresh: boolean;
446446
}
447447

448-
export type EventBufferType = 'default' | 'worker';
448+
export type EventBufferType = 'sync' | 'worker';
449449

450450
export interface EventBuffer {
451451
/**

0 commit comments

Comments
 (0)