-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hey @EmmanuelRoux!
I am not able to find any way to call a custom method on the tracker that would allow internally call _paq.push with custom params.
For example to manually capture heatmap the recommended command is
_paq.push(['HeatmapSessionRecording::captureInitialDom', 18])
Would adding a tracker method like this help?
callCustomMethod(customMethodName: string, ...args: unknown[]): void { this.delegate.push([customMethodName, ...args]); }
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request