We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
recordOptions
1 parent a44589a commit 0354135Copy full SHA for 0354135
packages/replay/src/types.ts
@@ -330,7 +330,7 @@ export interface ReplayIntegrationPrivacyOptions {
330
/**
331
* A callback function to customize how your text is masked.
332
*/
333
- maskFn?: Pick<RecordingOptions, 'maskTextFn'>;
+ maskFn?: (s: string) => string;
334
}
335
336
// These are optional for ReplayPluginOptions because the plugin sets default values
0 commit comments