Skip to content

Commit

Permalink
Fix: Catch iframe manager & fix formatting issues (#1083)
Browse files Browse the repository at this point in the history
* Catch any errors observing iframes

* Fix formatting
  • Loading branch information
Juice10 authored Jan 9, 2023
1 parent 44e92cb commit 729b8bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/rrweb/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 729b8bf

Please sign in to comment.