Optional
Filter which commands to record for dehydration. Return false to skip. Default: record all successful commands.
Skip side-effectful commandsfilter: (cmd) => !cmd.action.startsWith('analytics') Copy
Skip side-effectful commandsfilter: (cmd) => !cmd.action.startsWith('analytics')
Maximum number of commands to record. Prevents unbounded growth in long SSR renders. Default: 500.
Filter which commands to record for dehydration. Return false to skip. Default: record all successful commands.