Fix: Catch iframe manager & fix formatting issues (#1083)

* Catch any errors observing iframes

* Fix formatting
This commit is contained in:
Justin Halsall
2023-01-09 04:47:21 +01:00
committed by GitHub
parent 44e92cbff9
commit 729b8bf38c

View File

@@ -10,9 +10,7 @@ export {
ReplayerEvents, ReplayerEvents,
} from '@rrweb/types'; } from '@rrweb/types';
export type { export type { recordOptions } from './types';
recordOptions,
} from './types';
const { addCustomEvent } = record; const { addCustomEvent } = record;
const { freezePage } = record; const { freezePage } = record;