You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: revise trip matcher splunk stats for "missing" trip fields (#394)
* fix: correctly log stats for missing actual departure
* fix: ignore "missing" next trip in stats if next uid is unset
feat: track sidebar events in Fullstory (#377)
* feat: map uid and next_uid in OCSTrip model
* feat: flag ocs trips as explicitly "departed"
* feat: define tracking event for side panel
* feat: send tracking event on side panel open
* fix: consolidate redundant estimatedArrival funcs
* fix: add explicit ocsTrips.next bounds check
* fix: report next trip as missing if current is missing
* feat: use orbit-namespaced event name
* fix: rename `train_uid` field to `vehicle_id`