Problem Statement
Currently, it is possible to redact part of the URL for Errors and Transactions using addGlobalEventProcessor to modify event.request.url and event.request.headers.
For example, if the URL is /Redactme-xyz, this can be changed to /[REDACTED]-xyz.
However, this does not seem to work for Session Replays.
The requirement is for the addGlobalEventProcessor configuration to apply to Session Replays or to have a separate data scrubbing option in place to scrub/redact this data.
Solution Brainstorm
No response
Product Area
Replays
Problem Statement
Currently, it is possible to redact part of the URL for Errors and Transactions using
addGlobalEventProcessorto modifyevent.request.urlandevent.request.headers.For example, if the URL is
/Redactme-xyz, this can be changed to/[REDACTED]-xyz.However, this does not seem to work for Session Replays.
The requirement is for the addGlobalEventProcessor configuration to apply to Session Replays or to have a separate data scrubbing option in place to scrub/redact this data.
Solution Brainstorm
No response
Product Area
Replays