Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(replays): Enable pii scrubbing for urls field #2143

Merged
merged 3 commits into from
May 23, 2023

Conversation

cmanallen
Copy link
Member

@cmanallen cmanallen commented May 22, 2023

@cmanallen cmanallen requested a review from a team May 22, 2023 14:56
Copy link
Contributor

@iker-barriocanal iker-barriocanal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think GitHub removed my previous comment 😕

Replays work a bit differently in Relay -- the payloads are quite big so we don't deserialize them into memory. To scrub a specific field, you should add the path to this list and it will automatically be scrubbed.

Copy link
Contributor

@iker-barriocanal iker-barriocanal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assumed this was for replay recordings, and not the metadata. LGTM!

@cmanallen cmanallen merged commit af38513 into master May 23, 2023
@cmanallen cmanallen deleted the cmanallen/replays-enable-urls-pii-scrubbing branch May 23, 2023 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scrub sensitive query param values from Replay URLs
2 participants