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
I'm using Phoenix 1.6 and the latest version all spandex stuff.
With the new telemetry setup, if I have an error occur inside the router_dispatch span, this span is correctly marked as having an error, but this does not propogate up the top level span, so DataDog doesn't mark the overall request as an error case:
I'm using Phoenix 1.6 and the latest version all spandex stuff.
With the new telemetry setup, if I have an error occur inside the router_dispatch span, this span is correctly marked as having an error, but this does not propogate up the top level span, so DataDog doesn't mark the overall request as an error case:
Notice that the top span at the end the span list has
error: 0
. A failure should cascade up and make the entire request as an error.The text was updated successfully, but these errors were encountered: