Amplitude-TypeScript icon indicating copy to clipboard operation
Amplitude-TypeScript copied to clipboard

Request: Provide custom placeholders for masked/blocked elements via masking function

Open GxDesign opened this issue 5 months ago • 0 comments

Summary

We would like the ability to provide placeholders for masked and blocked elements.

Motivations

In our recordings, its not clear that an image is blocked or that something failed to render, so a placeholder box would be helpful. Additionally, we are a banking platform and masking numbers still provides insight into a customer's balances and transaction amounts, so we've resorted to blocking all money amounts via a selector (which results in a lot of empty space). It would be ideal to provide a masking function or other solution to map a selector like moneyAmount: '********' (fixed number of asterisks).

GxDesign avatar Sep 05 '24 22:09 GxDesign