Support Tools Integration
SessionReplay.getSessionReplayLink();Intercom Example
final result = await SessionReplay.getSessionReplayLink();
if (result != null) {
await Intercom.instance.loginUnidentifiedUser();
await Intercom.instance.logEvent('session-replay-url', {"url": result});
}Last updated