Replay
See an example config here.
Available Options
Option | Description | Default | Type |
---|---|---|---|
recording.autoStart | Determines if replay will immediately begin collecting data. If false, you can resume collecting replay data using pendo.recording.start() . | true | boolean |
recording.enabled | Determines whether or not replay is enabled. | true | boolean |
recording.onRecordingStart | A function that gets called when replay starts collecting data. | undefined | function |
recording.onRecordingStop | A function that gets called when replay stops collecting data. | undefined | function |
recording.workerOverride | Used alongside recording.workerUrl when self hosting the replay web worker. When true , indicates that you wish to ignore the built in replay web worker and instead use a self hosted version of the replay web worker. | false | boolean |
recording.workerUrl | Used alongside recording.workerOverride when self hosting the replay web worker. Specifies the URL that points to the self hosted web worker. | undefined | string |