From 729b8bf38c8c7f2e1b22b4e0f7cab14f0807bc74 Mon Sep 17 00:00:00 2001 From: Justin Halsall Date: Mon, 9 Jan 2023 04:47:21 +0100 Subject: [PATCH] Fix: Catch iframe manager & fix formatting issues (#1083) * Catch any errors observing iframes * Fix formatting --- packages/rrweb/src/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/rrweb/src/index.ts b/packages/rrweb/src/index.ts index c8b0940caa..ecc1695909 100644 --- a/packages/rrweb/src/index.ts +++ b/packages/rrweb/src/index.ts @@ -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;