Add record option maskInputFn for custom mask input function (#409)
This commit is contained in:
@@ -37,6 +37,7 @@ function record<T = eventWithTime>(
|
||||
inlineStylesheet = true,
|
||||
maskAllInputs,
|
||||
maskInputOptions: _maskInputOptions,
|
||||
maskInputFn,
|
||||
hooks,
|
||||
packFn,
|
||||
sampling = {},
|
||||
@@ -293,6 +294,7 @@ function record<T = eventWithTime>(
|
||||
blockClass,
|
||||
ignoreClass,
|
||||
maskInputOptions,
|
||||
maskInputFn,
|
||||
inlineStylesheet,
|
||||
sampling,
|
||||
recordCanvas,
|
||||
|
||||
Reference in New Issue
Block a user