Expand description
Replay recordings payload and processor.
§Data Scrubbing
Since recordings contain snapshot of the browser’s DOM, network traffic, and console logs, they
are likely to contain sensitive data. This module provides RecordingScrubber
, which applies
data scrubbing on the payload of recordings while leaving their structure and required fields
intact.
Data scrubbing applies to only Sentry event payloads within the recording event stream,
identified by type: 5
. The scrubber skips all other node types and does not perform any
validation beyond JSON parsing.
Structs§
- A utility that performs data scrubbing on compressed Replay recording payloads.
Enums§
- Error returned from
RecordingScrubber
.