diff --git a/src/replay/index.ts b/src/replay/index.ts index 09649289..75007bc5 100644 --- a/src/replay/index.ts +++ b/src/replay/index.ts @@ -457,6 +457,10 @@ export class Replayer { if (!target) { return this.debugNodeNotFound(d, d.id); } + this.emitter.emit(ReplayerEvents.MouseInteraction, { + type: d.type, + target, + }); switch (d.type) { case MouseInteractions.Blur: if (((target as Node) as HTMLElement).blur) {