Screenshot is from DataDog.
I need to verify this is also an issue with other tools that support OTEL, like Jaeger.

In this screenshot, we can see there were error logs in the capture_output and I verified that the action did fail.
The action and its parent group should be marked as "errored".
Without these being appropriately flagged, it is hard to create queries and dashboards for things like "Top 10 failed groups".
MVCE
Start jaeger: https://www.jaegertracing.io/docs/1.6/getting-started/#all-in-one-docker-image
cd examples
SCOPE_OTEL_ENDPOINT=http://localhost:4318 scope doctor run --only fail
