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): Filter recordings which could not be parsed #1683

Merged
merged 2 commits into from
Feb 6, 2023

Conversation

cmanallen
Copy link
Member

@cmanallen cmanallen commented Dec 7, 2022

Drop replay recording payloads if they fail processing, which happens either when they contain invalid JSON or when data scrubbing fails. If replay processing is disabled, Relay does not inspect the payloads and unconditionally retains them.

Closes https://github.com/getsentry/replay-backend/issues/229

@cmanallen cmanallen requested a review from a team December 7, 2022 18:12
@cmanallen cmanallen marked this pull request as draft December 7, 2022 20:28
@iker-barriocanal
Copy link
Contributor

Is this PR still relevant?

@cmanallen
Copy link
Member Author

@iker-barriocanal Still relevant. If PII scrubbing fails we'll want to reject. I'll update this pull as we get closer to that point.

@jan-auer jan-auer force-pushed the replays-discard-unparsable-replays branch from 232e0ee to 97de43f Compare February 6, 2023 08:51
@jan-auer jan-auer marked this pull request as ready for review February 6, 2023 08:56
@jan-auer jan-auer self-assigned this Feb 6, 2023
@jan-auer jan-auer enabled auto-merge (squash) February 6, 2023 08:58
@jan-auer jan-auer merged commit 861e3ac into master Feb 6, 2023
@jan-auer jan-auer deleted the replays-discard-unparsable-replays branch February 6, 2023 09:10
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.

4 participants