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

refactor(insights): Don't throw pointless validation errors #20279

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

Twixes
Copy link
Member

@Twixes Twixes commented Feb 12, 2024

Problem

We've been validating Funnel and Trends payloads since #8148, with a vague plan to make validation failure return a 400 at some point. But it became clear this would be massively difficult due to all sorts of backwards compatibility considerations, so we've just been wasting a ton of Sentry event volume. The errors have been of no value.

Changes

Removing the useless errors.

@Twixes Twixes requested review from Gilbert09 and timgl February 12, 2024 18:38
Copy link
Member

@fuziontech fuziontech left a comment

Choose a reason for hiding this comment

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

lgtm!

@Twixes Twixes merged commit c1ffba5 into master Feb 12, 2024
72 checks passed
@Twixes Twixes deleted the rm-useless-validation branch February 12, 2024 19:12
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.

2 participants