wrap-capture-error@fault: missing_feature  # DEV-1166 (error mapping) is FIXED — the wrapper now reads the error off the Span (span.error via set_error) in on_span_end, so error.type/error.message are captured. This entry stays only because the scenario asserts on events/track while this wrapper ships captures to events/track_partial (route parity is DEV-1149); the error metadata rides the track_partial event correctly. Experimental + route-pinned to events/track, so it never affects the runner exit code.
