Skip to content

Use new schema version when sending feature_enabled_by_namespace_ids

Sarah Yasonik requested to merge syasonik-master-patch-79573 into master

What does this MR do and why?

Gist: We're sending all snowplow events from the backed using the wrong schema version, so all the events are erroring.

A new field feature_enabled_by_namespace_ids was added to the snowplow standard context, but the rails app wasn’t updated to reference the new schema:

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Counts of total bad events over 15 minutes periods:

Screenshot_2024-04-04_at_5.08.20_PM

Count of bad events over the last 24 hours, grouped by error message:

Screenshot_2024-04-04_at_5.46.08_PM

Edited by Sarah Yasonik

Merge request reports