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

* Catch any errors observing iframes

* Fix formatting
This commit is contained in:
Justin Halsall
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 337e35a77f
commit bad9c131e9

View File

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