triggerReplayForCurrentSession abstract method

Future<void> triggerReplayForCurrentSession({
  1. required String name,
})

Triggers the SessionReplay for the current session.

The name parameter is used for segmentation to allow filtering according to page events.

Implementation

Future<void> triggerReplayForCurrentSession({required String name});