Added mousemoveCallback threshold option to sampling config. (#492)
* Added mousemoveCallback threshold option to sampling config. * Added mousemoveCallback to definitions file.
This commit is contained in:
committed by
GitHub
parent
7bf1b450f6
commit
75e4a0c1ff
@@ -165,6 +165,10 @@ export type SamplingStrategy = Partial<{
|
||||
*/
|
||||
mousemove: boolean | number;
|
||||
/**
|
||||
* number is the throttle threshold of mouse/touch move callback
|
||||
*/
|
||||
mousemoveCallback: number;
|
||||
/**
|
||||
* false means not to record mouse interaction events
|
||||
* can also specify record some kinds of mouse interactions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user