Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
export takeFullSnapshot function in rrweb
  • Loading branch information
arredgroup committed Jun 27, 2024
commit e7a211f05ba08ed0f6f71738c693e9a271cec052
2 changes: 2 additions & 0 deletions packages/rrweb/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down