getsentry / relay

Sentry event forwarding and ingestion service.
https://docs.sentry.io/product/relay/
Other
312 stars 85 forks source link

ref(normalization): Merge the two event validation steps #3754

Closed iker-barriocanal closed 5 days ago

iker-barriocanal commented 1 week ago

This PR merges the two existing validation functions, expected to be run in a specific order, into a single validation function. The requirements that caused the split no longer exist.

For an easier review:

skip-changelog