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

ref(server): Remove noisy payload parsing errors #1032

Merged
merged 4 commits into from
Jul 2, 2021

Conversation

jan-auer
Copy link
Member

@jan-auer jan-auer commented Jul 2, 2021

Removes errors when event payloads or session payloads cannot be parsed. These
were reported as "failed to extract event" and "failed to store session",
respectively.

Such errors are completely expected when invalid payloads are sent into Relay.
They were originally introduced to debug broken SDKs, but in the way they are
being reported they are neither actionable to the Relay development team, nor
anyone running Relay onpremise.

Eventually, we will bring this back in form of a metric including the SDK
version, and potentially a mechanism to sample invalid payloads. For now, these
errors are not actionable, and drown real issues in Sentry.

@jan-auer jan-auer requested a review from a team July 2, 2021 10:25
relay-server/src/actors/envelopes.rs Outdated Show resolved Hide resolved
@jan-auer jan-auer enabled auto-merge (squash) July 2, 2021 14:15
@jan-auer jan-auer merged commit 49d6313 into master Jul 2, 2021
@jan-auer jan-auer deleted the ref/remove-noisy-errors branch July 2, 2021 14:19
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.

None yet

2 participants