This commit is contained in:
Yury Semikhatsky 2024-05-07 10:50:58 -07:00
parent 50753698c2
commit 99fb0ed965

View file

@ -19,7 +19,7 @@ import type * as traceV3 from './versions/traceV3';
import type * as traceV4 from './versions/traceV4';
import type * as traceV5 from './versions/traceV5';
import type { ActionEntry, ContextEntry, PageEntry } from './entries';
import { SnapshotStorage } from './snapshotStorage';
import type { SnapshotStorage } from './snapshotStorage';
export class TraceModernizer {
private _contextEntry: ContextEntry;