Skip to content

Commit

Permalink
Need to export freezePage in order to use it from rrweb.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eoghanmurray committed Sep 23, 2020
1 parent 18a6a5a commit fcc290d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ export {
} from './types';

const { addCustomEvent } = record;
const { freezePage } = record;

export { record, addCustomEvent, Replayer, mirror, utils };
export { record, addCustomEvent, freezePage, Replayer, mirror, utils };

0 comments on commit fcc290d

Please sign in to comment.