Privacy Mask
AirSnap prioritizes privacy and therefore enables privacy masking by default. The masking will automatically be applied to the session replay, network requests and events.
info
AirSnap's session replay is based on drawing operations, where text, images, and personal data are masked at the source by default, such that masked data never leaves a user's device.
You can disable the privacy mask by passing the following parameter to AirSnap.start
- React Native
- iOS
React Native
AirSnap.start('<api-key>', 'unmask'); // "mask" or "unmask"
iOS
AirSnap.start(withAppKey: "<api-key>", privacyRule: .unmask)