[Feature] Include takeFullSnapshot function in rrweb (#1527)

* export takeFullSnapshot function in rrweb
This commit is contained in:
Christopher Arredondo
2024-07-03 14:50:00 -04:00
committed by GitHub
parent 874933b550
commit 68076b724f
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"rrweb": patch
---
Export takeFullSnapshot function for a recording process

View File

@@ -24,11 +24,13 @@ export type { recordOptions, ReplayPlugin } from './types';
const { addCustomEvent } = record;
const { freezePage } = record;
const { takeFullSnapshot } = record;
export {
record,
addCustomEvent,
freezePage,
takeFullSnapshot,
Replayer,
type playerConfig,
type PlayerMachineState,